From bc0ac6cbdf5d584be7f543ecc5dd640497c4410b Mon Sep 17 00:00:00 2001 From: Oriol Torrent Florensa Date: Fri, 3 Jul 2026 13:45:58 +0200 Subject: [PATCH 1/3] =?UTF-8?q?docs(unic-archon-dlc):=20finalize=20redesig?= =?UTF-8?q?n=20=E2=80=94=20reconcile=20diagram=20+=20docs=20(step=2013)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Last step of the unic-archon-dlc redesign (steps 00-12 all merged). No code changes — reconciles the vision diagram and plugin docs with what shipped, and bumps to v0.12.0. Why: after 12 box PRs the vision diagram and README still described the old seven-workflow model (triage inline on the main line, ROADMAP.md/HANDOFF.md as current artefacts, yaml-gen/build-.yaml, Archon >= 0.10), which no longer matches the two-axis architecture the ADRs and AGENTS.md/CONTEXT.md describe. - Vision diagram regenerated to the two-axis box set. New canonical pair docs/20260703-Unic-dlc.{mmd,excalidraw}; the superseded draft is archived as -draft (dated yyyymmdd- scheme, newest date wins). - README rewritten: box-set table + the four actual Archon workflow pipelines, // session layout (no ROADMAP.md/HANDOFF.md), Archon >= 0.5.0. - CONTEXT.md: stale unic-dlc-plan.md example -> unic-dlc-build.md; dropped the dissolved yaml-gen/build-.yaml relationships (ADR-0023); added the "deterministic output" note (emergent, not a workflow). - plugin.json/marketplace.json descriptions tidied (only build/qa/pr-review/ explore are Archon workflows; improve-architecture listed). - Lightweight dogfood pass: the 4 workflow YAMLs parse under the key-discriminated schema; stubs + core config keys present. - Redesign marked complete in docs/redesign/README.md. Version manually promoted (unic-bump blocked by unrelated dirty tree); marketplace + package versions via sync-version. Co-Authored-By: Claude Opus 4.8 --- .../.claude-plugin/marketplace.json | 6 +- .../.claude-plugin/plugin.json | 4 +- apps/claude-code/unic-archon-dlc/CHANGELOG.md | 10 + apps/claude-code/unic-archon-dlc/CONTEXT.md | 24 +- apps/claude-code/unic-archon-dlc/README.md | 285 +- .../docs/20260703-Unic-dlc-draft.excalidraw | 4394 +++++++++++++++++ .../docs/20260703-Unic-dlc-draft.mmd | 121 + .../docs/20260703-Unic-dlc.excalidraw | 2491 ++++++++++ .../docs/20260703-Unic-dlc.mmd | 59 + .../unic-archon-dlc/docs/redesign/README.md | 4 +- apps/claude-code/unic-archon-dlc/package.json | 2 +- 11 files changed, 7211 insertions(+), 189 deletions(-) create mode 100644 apps/claude-code/unic-archon-dlc/docs/20260703-Unic-dlc-draft.excalidraw create mode 100644 apps/claude-code/unic-archon-dlc/docs/20260703-Unic-dlc-draft.mmd create mode 100644 apps/claude-code/unic-archon-dlc/docs/20260703-Unic-dlc.excalidraw create mode 100644 apps/claude-code/unic-archon-dlc/docs/20260703-Unic-dlc.mmd diff --git a/apps/claude-code/unic-archon-dlc/.claude-plugin/marketplace.json b/apps/claude-code/unic-archon-dlc/.claude-plugin/marketplace.json index ab4fcb52..3a99a5b1 100644 --- a/apps/claude-code/unic-archon-dlc/.claude-plugin/marketplace.json +++ b/apps/claude-code/unic-archon-dlc/.claude-plugin/marketplace.json @@ -1,6 +1,6 @@ { "metadata": { - "description": "A complete Archon-powered AI development lifecycle as an installable DLC pack", + "description": "A config-driven AI development lifecycle as an installable Claude Code plugin", "homepage": "https://github.com/unic/unic-agents-plugins" }, "name": "unic-archon-dlc", @@ -13,7 +13,7 @@ "name": "Unic AG" }, "category": "productivity", - "description": "A complete Archon-powered AI development lifecycle — explore, specs, tickets, build, pr-review, qa, triage, and cleanup workflows as installable YAML DAGs with human approval gates.", + "description": "A config-driven AI development lifecycle as an installable Claude Code plugin — main line /specs → /tickets → /build → /pr-review → /qa, plus /triage, /explore, /improve-architecture, and /cleanup. Four Archon workflows (build, qa, pr-review, explore) with human approval gates; the rest are commands/skills composing Matt Pocock's methods.", "displayName": "Unic Archon DLC", "homepage": "https://github.com/unic/unic-agents-plugins", "keywords": ["archon", "workflow", "lifecycle", "tdd", "unic"], @@ -21,7 +21,7 @@ "name": "unic-archon-dlc", "source": "./", "tags": ["productivity", "workflow", "ai-development"], - "version": "0.11.0" + "version": "0.12.0" } ] } diff --git a/apps/claude-code/unic-archon-dlc/.claude-plugin/plugin.json b/apps/claude-code/unic-archon-dlc/.claude-plugin/plugin.json index d593ea6d..08c53555 100644 --- a/apps/claude-code/unic-archon-dlc/.claude-plugin/plugin.json +++ b/apps/claude-code/unic-archon-dlc/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "unic-archon-dlc", - "version": "0.11.0", - "description": "A complete Archon-powered AI development lifecycle as an installable DLC pack — explore, specs, tickets, build, pr-review, qa, triage, improve-architecture, and cleanup workflows.", + "version": "0.12.0", + "description": "A config-driven AI development lifecycle as an installable Claude Code plugin — main line /specs → /tickets → /build → /pr-review → /qa, plus /triage, /explore, /improve-architecture, and /cleanup. Four Archon workflows (build, qa, pr-review, explore) with human approval gates; the rest are commands/skills composing Matt Pocock's methods.", "author": { "name": "Unic AG", "url": "https://www.unic.com" diff --git a/apps/claude-code/unic-archon-dlc/CHANGELOG.md b/apps/claude-code/unic-archon-dlc/CHANGELOG.md index 13b93687..f894d8d6 100644 --- a/apps/claude-code/unic-archon-dlc/CHANGELOG.md +++ b/apps/claude-code/unic-archon-dlc/CHANGELOG.md @@ -11,6 +11,16 @@ ### Fixed - (none) +## [0.12.0] — 2026-07-03 + +### Added +- **Regenerated the vision diagram** to the two-axis target architecture (redesign step 13, final). The new canonical pair is `docs/20260703-Unic-dlc.{mmd,excalidraw}`, hand-authored to show the main line (`/specs → /tickets → /build → /pr-review → /qa`), `/triage` + `/qa` findings + humans as on-ramps into `/tickets`, and the off-line boxes (`/setup`, `/explore`, `/improve-architecture`, `/cleanup`; `/handoff` + `/prototype` referenced), with the container (Archon vs command/skill) and HITL/AFK gate axes encoded. The superseded draft is archived as `docs/20260703-Unic-dlc-draft.{mmd,excalidraw}`; a dated `yyyymmdd-` snapshot scheme replaces the single canonical filename (newest date wins). +- **Documented the "deterministic output" property** in `CONTEXT.md` as an _emergent_ consequence of the fresh-slice-reads-committed-repo discipline ([ADR-0012](docs/adr/0012-fresh-context-red-green-separation.md) / [ADR-0013](docs/adr/0013-tracker-single-source-of-truth.md) / [ADR-0015](docs/adr/0015-workflows-slug-artifact-home.md)) — it needs no workflow. + +### Changed +- **Swept the plugin docs to the shipped model** (redesign step 13). Rewrote the stale `README.md` — the old six-workflow diagram + node table, the `ROADMAP.md`/`HANDOFF.md` `docs/workflow/` layout, `yaml-gen`/`build-.yaml`, and the `Archon ≥ 0.10` requirement were all pre-redesign — into the two-axis box set, the four actual Archon workflow pipelines, a `//` session-artifact layout (no `ROADMAP.md`/`HANDOFF.md`), and `Archon ≥ 0.5.0`. Fixed `CONTEXT.md` (stale `unic-dlc-plan.md` example → `unic-dlc-build.md`; dropped the dissolved `yaml-gen`/`build-.yaml` relationships per [ADR-0023](docs/adr/0023-build-generic-red-green-refactor-loop.md)). Tidied the `plugin.json` / `marketplace.json` descriptions so only `build`/`qa`/`pr-review`/`explore` are called Archon workflows and `improve-architecture` is listed. +- **Marked the redesign complete** in `docs/redesign/README.md` (step 13 → done); the directory is kept as the historical record. + ## [0.11.0] — 2026-07-03 ### Breaking diff --git a/apps/claude-code/unic-archon-dlc/CONTEXT.md b/apps/claude-code/unic-archon-dlc/CONTEXT.md index 78056bd5..2bd0208d 100644 --- a/apps/claude-code/unic-archon-dlc/CONTEXT.md +++ b/apps/claude-code/unic-archon-dlc/CONTEXT.md @@ -37,11 +37,23 @@ holding all tracker/tenant/OS/template specifics; boxes read it and compose acco CLI-fallback). See `docs/adr/0018-generic-core-config-compose.md`. _Avoid_: config.json (the retired thin form) +**Deterministic output** (emergent — not a workflow): +The stakeholder-facing property that "the same component, fed the same inputs, produces the same +output." The DLC needs **no workflow** for it — it is **emergent** from the +_fresh-slice-reads-committed-repo_ discipline. Each `/build` slice runs in fresh context against the +**committed** repo (`docs/adr/0012-fresh-context-red-green-separation.md`), and every artefact (PRD, +Issues JSON, Findings, code) is durable on disk or in the tracker rather than in conversation memory +(`docs/adr/0013-tracker-single-source-of-truth.md`, `docs/adr/0015-workflows-slug-artifact-home.md`). +So a re-run over the same committed inputs converges on the same result, and feedback from shipped +**Component Assets** flows back into the specs the same way each iteration (the diagram's "deterministic +output" edge). It is a consequence of the architecture, not a feature to build. +_Avoid_: reproducibility workflow, determinism gate, output-caching + ### Session lifecycle **Slug**: A short identifier chosen at the start of a Session that scopes all session artefacts -(e.g. `workflows//`, `.archon/workflows/build-.yaml`). +(e.g. `workflows//findings.md`, `PRD.md`, `issues.json`, `build-state.json`). _Avoid_: session name, run id, job id **Session**: @@ -139,7 +151,7 @@ Rendered by Claude at user-invocation time. `commands/setup.md` becomes `/unic-a _Avoid_: command, command template (which means something else here) **Archon workflow command template**: -A markdown file under `.archon/commands/` (e.g. `unic-dlc-plan.md`). Rendered by the Archon +A markdown file under `.archon/commands/` (e.g. `unic-dlc-build.md`). Rendered by the Archon workflow engine inside a workflow node, not by Claude directly. Same file extension as a slash command, completely different runtime. _Avoid_: slash command, workflow command (ambiguous) @@ -199,10 +211,10 @@ _Avoid_: reviewer, agent, check ## Relationships -- A **Session** is scoped by a **Slug** and produces **Findings**, a **PRD**, **Issues JSON**, and a `build-.yaml`, all under `workflows//` -- **yaml-gen** depends on **Nyquist map** completing without errors -- Every issue in **yaml-gen** output gets exactly one **code-red** node and one **code-green** node, run in **red/green fresh-context** isolation -- **code-green** depends on **code-red** within the same issue; independent issues run in parallel +- A **Session** is scoped by a **Slug** and produces **Findings**, a **PRD**, **Issues JSON**, `build-state.json`, and a build **report**, all under `//` (default `workflows//`) +- The **Nyquist map** gate — every issue carrying a `test_command` — runs in `/tickets` before `/build` consumes the build-ready `issues.json` (ADR-0022) +- `/build` runs a generic **red → green → refactor** loop over each issue in `issues.json`; RED and GREEN run in **fresh-context** isolation so GREEN never sees RED's reasoning (ADR-0012 / ADR-0023 — no per-slice DAG codegen; `dag-builder` / `yaml-gen` are dissolved) +- Within an issue, **green** depends on **red**; the loop processes issues in order on the current linear path - **adr-consolidation** (in `/improve-architecture`) sources candidates from the "Decisions Made" section of `report.md` and "Accept as ADR" items from **arch-review** - The **issue tracker** is the single source of truth for project state; there is no `HANDOFF.md`/`ROADMAP.md` - The **Setup** slash command writes `.archon/unic-dlc.config.yaml`, registers the team's system-skills, and refreshes the `## Agent skills` block in `CLAUDE.md` in the target project diff --git a/apps/claude-code/unic-archon-dlc/README.md b/apps/claude-code/unic-archon-dlc/README.md index 6ceaeb6c..e69f2a86 100644 --- a/apps/claude-code/unic-archon-dlc/README.md +++ b/apps/claude-code/unic-archon-dlc/README.md @@ -1,125 +1,68 @@ # unic-archon-dlc -A complete Archon-powered AI development lifecycle as an installable DLC pack — six workflow DAGs -covering explore, plan, build, qa, cleanup, and triage with human approval gates at every -decision boundary. - -Archon has no marketplace; this plugin rides the Claude Code plugin marketplace and scaffolds all -six workflows plus agent-skill docs into the target project during install. +A config-driven AI development lifecycle, installable as a Claude Code plugin. It owns a **thin +process layer** — the box set below — and **composes the team's system-skills** (tracker, docs, +design) for the _how_, so nothing about ADO / Jira / GitHub / Confluence / Figma is baked in. + +Each box's **container follows its structural need** +([ADR-0017](docs/adr/0017-container-follows-structural-need.md)): **Archon workflows** for the +AFK-isolated legs (`/build`, `/qa`, `/pr-review`, `/explore`) and **Claude Code commands/skills** +for the interactive or repo-global boxes (`/setup`, `/specs`, `/tickets`, `/triage`, +`/improve-architecture`, `/cleanup`) — the latter **compose Matt Pocock's skill _methods_** rather +than reimplementing them. See [ADR-0016](docs/adr/0016-dlc-thin-process-layer.md)–[ADR-0018](docs/adr/0018-generic-core-config-compose.md) +for the two-axis architecture and [CONTEXT.md](CONTEXT.md) for the vocabulary. + +Archon has no marketplace; this plugin rides the Claude Code plugin marketplace. +`/unic-archon-dlc:setup` installs the four Archon workflow YAMLs + command stubs and writes the +per-project config the interactive boxes read. + +> **Vision diagram:** [`docs/20260703-Unic-dlc.mmd`](docs/20260703-Unic-dlc.mmd) (Mermaid; an +> Excalidraw twin sits alongside). Dated `yyyymmdd-` snapshots are kept — the newest date is +> canonical. --- -## Workflows - -```mermaid -flowchart TD - subgraph triage["🔄 triage"] - T1[read-state] - T2[produce-handoff] - T1 --> T2 - end - - subgraph explore["🔍 explore"] - E1[research-stack] - E2[research-features] - E3[research-architecture] - E4[research-pitfalls] - E5[synthesize] - E6[prototype] - E7["code-preserve-gate ✓"] - E8[create-spike-ticket] - E1 & E2 & E3 & E4 --> E5 --> E6 --> E7 --> E8 - end - - subgraph plan["📋 plan"] - P1[load-context] - P2[specs loop] - P3[to-prd] - P4["prd-gate ✓"] - P5[to-issues] - P6[nyquist-map] - P7[plan-checker loop] - P8[yaml-gen] - P9["plan-pr-gate ✓"] - P1 --> P2 --> P3 --> P4 --> P5 --> P6 --> P7 --> P8 --> P9 - end - - subgraph build["🔨 build"] - B1[slopcheck] - B2[run-build] - B3[verification] - B4[goals-check] - B5[report] - B6["build-pr-gate ✓"] - B1 --> B2 --> B3 --> B4 --> B5 --> B6 - end - - subgraph review["👁️ review"] - R1[code-review] - end - - subgraph qa["✅ qa"] - Q1[e2e] - Q2[coverage-gate] - Q3["uat-gate ✓"] - Q4[verify-pr-base] - Q5[merge] - Q1 --> Q2 --> Q3 --> Q4 --> Q5 - end - - subgraph cleanup["🧹 cleanup"] - C1[arch-review] - C2["adr-consolidation ✓"] - C3[run-triage] - C1 --> C2 --> C3 - end - - plan --> build - build --> review - build --> qa - qa --> cleanup - cleanup --> triage -``` - -> **✓** = interactive human gate (workflow pauses until human approves or rejects) +## The box set ---- +``` +MAIN LINE /specs ──▶ /tickets ──▶ /build ──▶ /pr-review ──▶ /qa + ▲ +ON-RAMPS /triage ──────┤ raw bugs · requests · /qa findings · humans → agent-ready issues + humans ───────┘ +OFF-LINE /setup · /explore · /improve-architecture · /cleanup (+ /handoff, /prototype — Matt's, referenced) +``` -## Node reference - -| Workflow | Node | Type | Human gate | -| -------- | --------------------- | ----------- | ---------- | -| explore | research-stack | prompt | — | -| explore | research-features | prompt | — | -| explore | research-architecture | prompt | — | -| explore | research-pitfalls | prompt | — | -| explore | synthesize | prompt | — | -| explore | prototype | prompt | — | -| explore | code-preserve-gate | interactive | ✓ | -| explore | create-spike-ticket | prompt | — | -| plan | load-context | prompt | — | -| plan | specs | loop | — | -| plan | to-prd | prompt | — | -| plan | prd-gate | interactive | ✓ | -| plan | to-issues | prompt | — | -| plan | nyquist-map | prompt | — | -| plan | plan-checker | loop | — | -| plan | yaml-gen | bash | — | -| plan | plan-pr-gate | interactive | ✓ | -| build | slopcheck | bash | — | -| build | run-build | prompt | — | -| build | verification | bash | — | -| build | goals-check | prompt | — | -| build | report | prompt | — | -| build | build-pr-gate | interactive | ✓ | -| review | code-review | prompt | — | -| qa | e2e | bash | — | -| qa | coverage-gate | bash | — | -| qa | uat-gate | interactive | ✓ | -| qa | verify-pr-base | bash | — | -| qa | merge | bash | — | -| cleanup | arch-review | prompt | — | -| cleanup | adr-consolidation | interactive | ✓ | +| Box | Container | Gate | Role | +| ----------------------- | --------- | ----------------- | ------------------------------------------------------------------------------------------------ | +| `/setup` | skill | HITL | Conversational config: detects the stack, writes `.archon/unic-dlc.config.yaml` (ADR-0019) | +| `/explore` | Archon | `gates.explore` | Off-line, optional research + AFK spike → `findings.md` (ADR-0029) | +| `/specs` | skill | HITL | Branch-on-input → `PRD.md` (ADR-0020) | +| `/tickets` | skill | HITL | Slice the PRD into build-ready `issues.json` with a `test_command` each (ADR-0022) | +| `/triage` | skill | HITL | Intake on-ramp: raw work → agent-ready tracker issues, DLC-config labels (ADR-0024) | +| `/build` | Archon | `gates.build` | Anti-cheat red/green/refactor loop over `issues.json` (ADR-0012 / ADR-0023) | +| `/pr-review` | Archon | `gates.pr-review` | Fan-out review of the open PR, intent-grounded; posts summary + inline (ADR-0026) | +| `/qa` | Archon | `gates.qa` | e2e → coverage → UAT → merge; a UAT reject files agent-ready issues (ADR-0025) | +| `/improve-architecture` | skill | HITL | Arch-health + intent-drift + ADR superseding → `arch-review.md` (ADR-0027) | +| `/cleanup` | command | HITL | Repo-global janitor: prune stale worktrees / branches / PRs / slug dirs, report-first (ADR-0028) | + +Archon boxes gate via config (`gates.: hitl | afk`, HITL default); interactive skill boxes are +inherently HITL. `/handoff` and `/prototype` are **referenced** Matt skills, not shipped — +`/setup` verifies the suite is present (see [Dependencies](#dependencies)). + +## Archon workflow pipelines + +The four Archon boxes ship as key-discriminated workflow YAMLs in `.archon/workflows/` +([ADR-0011](docs/adr/0011-archon-schema-target.md)): + +| Workflow | Node pipeline | +| -------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `unic-dlc-build` | `bootstrap → guard-not-ready → slopcheck → run-build → verification → goals-check → report → open-pr → build-pr-gate ✓` | +| `unic-dlc-pr-review` | `bootstrap → guard-not-ready → prep → {code-quality · tests · silent-failure · type-design · comment-rot · simplifier · intent-check} → synthesize → reconcile → review-gate ✓ → post` | +| `unic-dlc-qa` | `bootstrap → guard-not-ready → e2e → coverage-gate → uat-prep → uat-gate ✓ → verify-pr-base → merge-gate ✓ → merge` | +| `unic-dlc-explore` | `bootstrap → guard-not-ready → {research-stack · research-features · research-architecture · research-pitfalls} → synthesize → spike → spike-ticket → spike-branch-gate ✓ → preserve-spike` | + +> **✓** = config-gated `approval:` node — it pauses for a human when the box's gate is `hitl` and +> auto-proceeds when `afk` (ADR-0017). Parallel nodes are shown in `{…}`. --- @@ -162,9 +105,9 @@ Open Claude Code in any project and run: ``` The setup command auto-detects your tracker (GitHub, ADO, Jira, or local-markdown), deduces a -PR strategy, and writes all agent docs and workflow files into your project. +PR strategy, and writes the config and agent docs into your project. -**Step 2 — Explore** +**Step 2 — Explore** _(optional)_ Kick off research on any new problem space: @@ -190,37 +133,38 @@ flows into `/tickets` next. ## Configuration reference -The `/unic-archon-dlc:setup` command writes the rich `.archon/unic-dlc.config.yaml` ([ADR-0018](docs/adr/0018-generic-core-config-compose.md), [ADR-0019](docs/adr/0019-conversational-setup.md)). It is the config substrate the **redesigned** boxes read; setup is its sole writer, is idempotent (a re-run merges, never clobbers — a present-but-malformed config fails fast rather than being overwritten), and reads any legacy `.archon/unic-dlc.config.json` to migrate it (the old file is left in place). The pre-redesign workflows under `.archon/workflows/` still read the old JSON schema and are migrated onto this file box by box in later redesign steps. Top-level sections: - -| Path | Default | Valid values | Description | -| -------------------------------------------------------- | ------------------ | --------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------- | -| `project.name` | asked | any string | Project name | -| `project.repo_layout` | auto-detected | `single-context` · `multi-context` | Whether `CONTEXT-MAP.md` is present | -| `project.branching` | asked | `gitflow` · `github-flow` | Branching model (mandatory) | -| `project.pr_strategy` | asked | `squash` · `merge` · `rebase` | PR merge strategy (mandatory) | -| `tracker.type` | auto-detected | `github` · `ado` · `jira` · `local-markdown` | Issue tracker backend (mandatory) | -| `tracker.access` | discovered | `{ mcp, cli }` | Capability→tool for the tracker (MCP-first, CLI-fallback) | -| `tracker.coords` | asked | tracker-specific map | e.g. `{ owner, repo }` (github) / `{ org, project, repo }` (ado) | -| `docs.type` | `markdown` | `confluence` · `markdown` · `none` | Where the team's product specs live (drives `/specs` publishing) | -| `docs.publish` | `false` | `true` · `false` | Opt-in publishing of the PRD to the docs system | -| `design.type` | `none` | `figma` · `none` | Design system source | -| `templates.prd` | 7-section scaffold | template string | Config-driven PRD template `/specs` fills (ADR-0018); override to change PRD shape | -| `templates.{issue,bug}` | `null` | template string | Config-driven artifact templates (ADR-0018) | -| `classification.labels.*` | canonical | any string | 3-tier label mapping (state · type · priority) | -| `specs.discuss_mode` | `discuss` | `discuss` · `assumptions` | `/specs` grilling style: `discuss` composes `/grill-with-docs`; `assumptions` enumerates upfront (ADR-0020) | -| `specs.gate` | `open-pr` | `open-pr` · `stage-only` | `/specs` PRD gate: `open-pr` commits + opens a PR to `develop` (never merged); `stage-only` stages and stops | -| `tickets.gate` | `open-pr` | `open-pr` · `stage-only` | `/tickets` gate: `open-pr` commits `issues.json` + opens a PR to `develop` (never merged); `stage-only` stages and stops (ADR-0022) | -| `triage.out_of_scope_dir` | `.out-of-scope` | dir name | Where `/triage` records rejected enhancements (the out-of-scope KB) (ADR-0024) | -| `triage.external_prs` | `auto` | `auto` · `always` · `never` | Whether `/triage` treats external PRs as a request surface; `auto` = infer from `tracker.type` (github→yes) (ADR-0024) | -| `gates.{build,qa,pr-review,explore}` | `hitl` | `hitl` · `afk` | Per-Archon-box gate mode (ADR-0017); interactive boxes are HITL | -| `build.fresh_context_red_green` | `true` | `true` · `false` | Anti-cheat fresh-context red/green separation (ADR-0012) | -| `build.{tdd_mode,nyquist_validation,slopsquatting_gate}` | `true` | `true` · `false` | Build discipline toggles | -| `build.e2e_command` | `null` | shell command string | Full e2e suite command | -| `build.coverage_threshold` | `null` | number (0–100) or `null` | Minimum % coverage; `null` skips the check | -| `estimations` | `off` | `off` · `provisional` · `definitive` · `both` | Estimation waves (ADR-0020) | -| `artifacts_dir` | `workflows` | dir name | Session artifact home base (`//`) | -| `model_profile` | `balanced` | `fast` · `balanced` · `max` | Model tier for workflow nodes | -| `skills.matt_suite` | discovered | `{ present, missing }` | Verify-only discovery result for Matt Pocock's declared skill suite | +The `/unic-archon-dlc:setup` command writes the rich `.archon/unic-dlc.config.yaml` ([ADR-0018](docs/adr/0018-generic-core-config-compose.md), [ADR-0019](docs/adr/0019-conversational-setup.md)). It is the config substrate every box reads; setup is its sole writer, is idempotent (a re-run merges, never clobbers — a present-but-malformed config fails fast rather than being overwritten), and reads any legacy `.archon/unic-dlc.config.json` to migrate it (the old file is left in place). Top-level sections: + +| Path | Default | Valid values | Description | +| -------------------------------------------------------- | ---------------------- | --------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------- | +| `project.name` | asked | any string | Project name | +| `project.repo_layout` | auto-detected | `single-context` · `multi-context` | Whether `CONTEXT-MAP.md` is present | +| `project.branching` | asked | `gitflow` · `github-flow` | Branching model (mandatory) | +| `project.pr_strategy` | asked | `squash` · `merge` · `rebase` | PR merge strategy (mandatory) | +| `tracker.type` | auto-detected | `github` · `ado` · `jira` · `local-markdown` | Issue tracker backend (mandatory) | +| `tracker.access` | discovered | `{ mcp, cli }` | Capability→tool for the tracker (MCP-first, CLI-fallback) | +| `tracker.coords` | asked | tracker-specific map | e.g. `{ owner, repo }` (github) / `{ org, project, repo }` (ado) | +| `docs.type` | `markdown` | `confluence` · `markdown` · `none` | Where the team's product specs live (drives `/specs` publishing) | +| `docs.publish` | `false` | `true` · `false` | Opt-in publishing of the PRD to the docs system | +| `design.type` | `none` | `figma` · `none` | Design system source | +| `templates.prd` | 7-section scaffold | template string | Config-driven PRD template `/specs` fills (ADR-0018); override to change PRD shape | +| `templates.{issue,bug}` | `null` | template string | Config-driven artifact templates (ADR-0018) | +| `classification.labels.*` | canonical | any string | 3-tier label mapping (state · type · priority) | +| `specs.discuss_mode` | `discuss` | `discuss` · `assumptions` | `/specs` grilling style: `discuss` composes `/grill-with-docs`; `assumptions` enumerates upfront (ADR-0020) | +| `specs.gate` | `open-pr` | `open-pr` · `stage-only` | `/specs` PRD gate: `open-pr` commits + opens a PR to `develop` (never merged); `stage-only` stages and stops | +| `tickets.gate` | `open-pr` | `open-pr` · `stage-only` | `/tickets` gate: `open-pr` commits `issues.json` + opens a PR to `develop` (never merged); `stage-only` stages and stops (ADR-0022) | +| `triage.out_of_scope_dir` | `.out-of-scope` | dir name | Where `/triage` records rejected enhancements (the out-of-scope KB) (ADR-0024) | +| `triage.external_prs` | `auto` | `auto` · `always` · `never` | Whether `/triage` treats external PRs as a request surface; `auto` = infer from `tracker.type` (github→yes) (ADR-0024) | +| `gates.{build,qa,pr-review,explore}` | `hitl` | `hitl` · `afk` | Per-Archon-box gate mode (ADR-0017); interactive boxes are HITL | +| `build.fresh_context_red_green` | `true` | `true` · `false` | Anti-cheat fresh-context red/green separation (ADR-0012) | +| `build.{tdd_mode,nyquist_validation,slopsquatting_gate}` | `true` | `true` · `false` | Build discipline toggles | +| `build.e2e_command` | `null` | shell command string | Full e2e suite command | +| `build.coverage_threshold` | `null` | number (0–100) or `null` | Minimum % coverage; `null` skips the check | +| `estimations` | `off` | `off` · `provisional` · `definitive` · `both` | Estimation waves (ADR-0020) | +| `cleanup.{stale_days,dry_run,prune_slug_dirs}` | `7` · `true` · `false` | number · bool · bool | `/cleanup` thresholds; report-first, never auto-deletes (ADR-0028) | +| `artifacts_dir` | `workflows` | dir name | Session artifact home base (`//`) | +| `model_profile` | `balanced` | `fast` · `balanced` · `max` | Model tier for workflow nodes | +| `skills.matt_suite` | discovered | `{ present, missing }` | Verify-only discovery result for Matt Pocock's declared skill suite | Label canonical names: states `needs-triage` · `needs-info` · `needs-specs` · `ready-for-agent` · `ready-for-human` · `resolved` · `closed` · `rejected`; types `feature` · `bug` · `spike` · @@ -228,44 +172,33 @@ Label canonical names: states `needs-triage` · `needs-info` · `needs-specs` · --- -## docs/workflow/ layout +## Session artifacts -The DLC creates three layers of persistent artefacts: +Each Session is keyed by a **Slug** and writes its artifacts under `//` +(`artifacts_dir` defaults to `workflows/`; [ADR-0015](docs/adr/0015-workflows-slug-artifact-home.md)): ``` -docs/ -└── workflow/ - ├── ROADMAP.md # 3️⃣ Persistent — human + auto-generated (marker-delimited) - ├── HANDOFF.md # 3️⃣ Persistent — refreshed by every triage run - └── / - ├── findings.md # 2️⃣ Session — explore output (stack, features, pitfalls, brief) - ├── PRD.md # 2️⃣ Session — plan output (7 mandatory sections) - ├── issues.json # 2️⃣ Session — decomposed vertical slices + test commands - ├── plan-checker-report.md # 2️⃣ Session — plan validation results - ├── report.md # 2️⃣ Session — build outcomes (5 sections) - └── arch-review.md # 2️⃣ Session — cleanup drift analysis - -.archon/ -└── workflows/ - └── build-.yaml # 1️⃣ Transient — auto-generated by yaml-gen, re-generated each plan +workflows/ +└── / + ├── findings.md # /explore — research + Integrated Brief (the /specs baton) + ├── PRD.md # /specs — product requirements + ├── issues.json # /tickets — build-ready vertical slices + test commands + ├── build-state.json # /build — per-slice red/green/refactor progress + ├── report.md # /build — build outcomes + └── arch-review.md # /improve-architecture — drift analysis ``` -**Three-layer separation:** - -| Layer | Location | Owner | Lifecycle | -| ------------- | ---------------------------------------- | --------- | ----------------------------------------------------- | -| 1️⃣ Transient | `.archon/workflows/build-*.yaml` | yaml-gen | Re-generated each plan cycle; safe to delete | -| 2️⃣ Session | `docs/workflow//` | DLC nodes | Scoped to one planning session; accumulates artifacts | -| 3️⃣ Persistent | `docs/workflow/ROADMAP.md`, `HANDOFF.md` | triage | Lives for the life of the project; human-editable | - -Human-written content in `ROADMAP.md` outside the `` markers is -never overwritten. +The **issue tracker is the single source of truth** for "where are we" +([ADR-0013](docs/adr/0013-tracker-single-source-of-truth.md)) — there is **no `ROADMAP.md` or +`HANDOFF.md`**, and no workflow writes durable repo-state snapshots. Per-thread continuity is the +`/handoff` skill's job (a throwaway compaction file, not a durable snapshot). `/cleanup` prunes a +stale `/` dir only once its PR/branch is merged or closed (report-first, never auto-deletes). --- ## Dependency map -- **Archon**: version ≥ 0.10 required (supports `type: loop`, `type: bash`, `fresh_context: true`) +- **Archon**: version ≥ 0.5.0 required — the key-discriminated node schema is the stable contract, not the release number ([ADR-0011](docs/adr/0011-archon-schema-target.md)) - **Required peer plugins**: none - **Optional tool**: Python `slopcheck` CLI (GSD's slopsquatting gate) — if on `PATH`, the slopcheck node defers to it; otherwise falls back to npm registry HEAD checks diff --git a/apps/claude-code/unic-archon-dlc/docs/20260703-Unic-dlc-draft.excalidraw b/apps/claude-code/unic-archon-dlc/docs/20260703-Unic-dlc-draft.excalidraw new file mode 100644 index 00000000..be670e8f --- /dev/null +++ b/apps/claude-code/unic-archon-dlc/docs/20260703-Unic-dlc-draft.excalidraw @@ -0,0 +1,4394 @@ +{ + "type": "excalidraw", + "version": 2, + "source": "http://192.168.200.10:41000", + "elements": [ + { + "id": "LxSatkTi87-3_YaLF8WGs", + "type": "rectangle", + "x": -1706.448567708333, + "y": -961.962890625, + "width": 3412.897135416667, + "height": 1923.92578125, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [ + "sSoLOL9gaTY7xVrIeKQ0o" + ], + "frameId": null, + "index": "a0", + "roundness": { + "type": 3 + }, + "seed": 815711153, + "version": 152, + "versionNonce": 112045969, + "isDeleted": false, + "boundElements": [ + { + "type": "text", + "id": "1HRsLBCDwU4GHzGFGVMII" + } + ], + "updated": 1782196832377, + "link": null, + "locked": true + }, + { + "id": "1HRsLBCDwU4GHzGFGVMII", + "type": "text", + "x": -1701.448567708333, + "y": -956.962890625, + "width": 565.1998291015625, + "height": 45, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "dashed", + "roughness": 1, + "opacity": 100, + "groupIds": [ + "sSoLOL9gaTY7xVrIeKQ0o" + ], + "frameId": null, + "index": "a1", + "roundness": null, + "seed": 1548559761, + "version": 126, + "versionNonce": 1207143935, + "isDeleted": false, + "boundElements": [], + "updated": 1782196832377, + "link": null, + "locked": true, + "text": "Unic DLC - Vision implementation", + "fontSize": 36, + "fontFamily": 5, + "textAlign": "left", + "verticalAlign": "top", + "containerId": "LxSatkTi87-3_YaLF8WGs", + "originalText": "Unic DLC - Vision implementation", + "autoResize": true, + "lineHeight": 1.25 + }, + { + "id": "XPGXNIMT0LeAmNxoQB0a2", + "type": "rectangle", + "x": -943.4354182617799, + "y": -669.9052580452226, + "width": 327.9426403897505, + "height": 315.34181722439666, + "angle": 0, + "strokeColor": "#f08c00", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "dashed", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "a2", + "roundness": { + "type": 3 + }, + "seed": 731138929, + "version": 423, + "versionNonce": 874944913, + "isDeleted": false, + "boundElements": [ + { + "type": "text", + "id": "kvht_1tAMqvFIFGtfFVtr" + }, + { + "id": "88NSdu1aaKFImTCNPMwYC", + "type": "arrow" + } + ], + "updated": 1782196760760, + "link": null, + "locked": false + }, + { + "id": "kvht_1tAMqvFIFGtfFVtr", + "type": "text", + "x": -938.4354182617799, + "y": -664.9052580452226, + "width": 129.7199249267578, + "height": 25, + "angle": 0, + "strokeColor": "#f08c00", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "dashed", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "a3", + "roundness": null, + "seed": 918271313, + "version": 348, + "versionNonce": 2052473855, + "isDeleted": false, + "boundElements": [], + "updated": 1782196760760, + "link": null, + "locked": false, + "text": "Out of scope", + "fontSize": 20, + "fontFamily": 5, + "textAlign": "left", + "verticalAlign": "top", + "containerId": "XPGXNIMT0LeAmNxoQB0a2", + "originalText": "Out of scope", + "autoResize": true, + "lineHeight": 1.25 + }, + { + "id": "ERACVLUonhj2tOL30x3m9", + "type": "rectangle", + "x": -1085.3522758963836, + "y": -57.58749307885546, + "width": 236.69615784691996, + "height": 83.39381712002069, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "a4", + "roundness": { + "type": 3 + }, + "seed": 555410225, + "version": 185, + "versionNonce": 807354225, + "isDeleted": false, + "boundElements": [ + { + "type": "text", + "id": "_BBPP2Be5Sih8-UHh4s20" + }, + { + "id": "EZ2-4j0ew-_2wtKv1Vco7", + "type": "arrow" + }, + { + "id": "ELySnj-ILzfUWbNB2Avto", + "type": "arrow" + }, + { + "id": "hC6pRwHGSNgZEe3uDlInQ", + "type": "arrow" + }, + { + "id": "BXHfE7tPBQI2NeAAPQ8ct", + "type": "arrow" + } + ], + "updated": 1782196760760, + "link": null, + "locked": false + }, + { + "id": "_BBPP2Be5Sih8-UHh4s20", + "type": "text", + "x": -999.254158825951, + "y": -28.390584518845117, + "width": 64.49992370605469, + "height": 25, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "a5", + "roundness": null, + "seed": 924407057, + "version": 117, + "versionNonce": 1410034719, + "isDeleted": false, + "boundElements": [], + "updated": 1782196760760, + "link": null, + "locked": false, + "text": "/specs", + "fontSize": 20, + "fontFamily": 5, + "textAlign": "center", + "verticalAlign": "middle", + "containerId": "ERACVLUonhj2tOL30x3m9", + "originalText": "/specs", + "autoResize": true, + "lineHeight": 1.25 + }, + { + "id": "9opV9qK_3gQMTYc1ZN_7-", + "type": "rectangle", + "x": -1454.5732477759057, + "y": -56.53280557885546, + "width": 236.69615784691996, + "height": 83.39381712002069, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "a6", + "roundness": { + "type": 3 + }, + "seed": 1278118641, + "version": 248, + "versionNonce": 1439181137, + "isDeleted": false, + "boundElements": [ + { + "type": "text", + "id": "XBr0XK2aDF0gB5gQ-istu" + }, + { + "id": "hC6pRwHGSNgZEe3uDlInQ", + "type": "arrow" + } + ], + "updated": 1782196760760, + "link": null, + "locked": false + }, + { + "id": "XBr0XK2aDF0gB5gQ-istu", + "type": "text", + "x": -1386.105127958891, + "y": -27.335897018845117, + "width": 99.75991821289062, + "height": 25, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "a7", + "roundness": null, + "seed": 1491207377, + "version": 197, + "versionNonce": 1764134975, + "isDeleted": false, + "boundElements": [], + "updated": 1782196760760, + "link": null, + "locked": false, + "text": "/setup (?)", + "fontSize": 20, + "fontFamily": 5, + "textAlign": "center", + "verticalAlign": "middle", + "containerId": "9opV9qK_3gQMTYc1ZN_7-", + "originalText": "/setup (?)", + "autoResize": true, + "lineHeight": 1.25 + }, + { + "id": "LJVfi40yLWp4o5de_fZk9", + "type": "rectangle", + "x": -900.693540218871, + "y": -605.9946295317595, + "width": 236.69615784691996, + "height": 83.39381712002069, + "angle": 0, + "strokeColor": "#f08c00", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "a8", + "roundness": { + "type": 3 + }, + "seed": 1489715889, + "version": 380, + "versionNonce": 242800433, + "isDeleted": false, + "boundElements": [ + { + "type": "text", + "id": "Q_rR9TTkZUIHRHlv7UTVG" + } + ], + "updated": 1782196760760, + "link": null, + "locked": false + }, + { + "id": "Q_rR9TTkZUIHRHlv7UTVG", + "type": "text", + "x": -828.6354164345712, + "y": -576.7977209717492, + "width": 92.57991027832031, + "height": 25, + "angle": 0, + "strokeColor": "#f08c00", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "a9", + "roundness": null, + "seed": 1754383505, + "version": 324, + "versionNonce": 1401434207, + "isDeleted": false, + "boundElements": [], + "updated": 1782196760760, + "link": null, + "locked": false, + "text": "/research", + "fontSize": 20, + "fontFamily": 5, + "textAlign": "center", + "verticalAlign": "middle", + "containerId": "LJVfi40yLWp4o5de_fZk9", + "originalText": "/research", + "autoResize": true, + "lineHeight": 1.25 + }, + { + "id": "GVj9hzYHL1tO3sqJNI9v0", + "type": "rectangle", + "x": -900.693540218871, + "y": -484.7829299685777, + "width": 236.69615784691996, + "height": 83.39381712002069, + "angle": 0, + "strokeColor": "#f08c00", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "aA", + "roundness": { + "type": 3 + }, + "seed": 602737265, + "version": 416, + "versionNonce": 748210449, + "isDeleted": false, + "boundElements": [ + { + "type": "text", + "id": "M3TJNQZReX_McWUcpYdrd" + } + ], + "updated": 1782196760760, + "link": null, + "locked": false + }, + { + "id": "M3TJNQZReX_McWUcpYdrd", + "type": "text", + "x": -836.5454277260751, + "y": -455.5860214085674, + "width": 108.39993286132812, + "height": 25, + "angle": 0, + "strokeColor": "#f08c00", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "aB", + "roundness": null, + "seed": 1134859345, + "version": 378, + "versionNonce": 486591615, + "isDeleted": false, + "boundElements": [], + "updated": 1782196760760, + "link": null, + "locked": false, + "text": "/prototype", + "fontSize": 20, + "fontFamily": 5, + "textAlign": "center", + "verticalAlign": "middle", + "containerId": "GVj9hzYHL1tO3sqJNI9v0", + "originalText": "/prototype", + "autoResize": true, + "lineHeight": 1.25 + }, + { + "id": "P91N_EqrgqkdCIU4D9Arc", + "type": "rectangle", + "x": -917.9054375241058, + "y": 321.94994743028246, + "width": 236.69615784691996, + "height": 83.39381712002069, + "angle": 0, + "strokeColor": "#1971c2", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "dashed", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "aC", + "roundness": { + "type": 3 + }, + "seed": 2073027121, + "version": 517, + "versionNonce": 1235189489, + "isDeleted": false, + "boundElements": [ + { + "type": "text", + "id": "Jf52A78ouTbcyBL5GvEeM" + }, + { + "id": "EZ2-4j0ew-_2wtKv1Vco7", + "type": "arrow" + }, + { + "id": "hFXoniy5bnLVp3WUVLmaX", + "type": "arrow" + }, + { + "id": "0jhdzCV6tBgkonURWeKJS", + "type": "arrow" + }, + { + "id": "1lM7IA4Fj3kfTQ4YT1WDy", + "type": "arrow" + } + ], + "updated": 1782196760760, + "link": null, + "locked": false + }, + { + "id": "Jf52A78ouTbcyBL5GvEeM", + "type": "text", + "x": -867.2973106880481, + "y": 338.6468559902928, + "width": 135.4799041748047, + "height": 50, + "angle": 0, + "strokeColor": "#1971c2", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "aD", + "roundness": null, + "seed": 412513297, + "version": 471, + "versionNonce": 1095820447, + "isDeleted": false, + "boundElements": [], + "updated": 1782196760760, + "link": null, + "locked": false, + "text": "PRD / SPECs\ncomponent", + "fontSize": 20, + "fontFamily": 5, + "textAlign": "center", + "verticalAlign": "middle", + "containerId": "P91N_EqrgqkdCIU4D9Arc", + "originalText": "PRD / SPECs component", + "autoResize": true, + "lineHeight": 1.25 + }, + { + "id": "4xcH4KC8rqhjs4gQ7MKal", + "type": "rectangle", + "x": -917.9054375241058, + "y": 542.3015099302825, + "width": 236.69615784691996, + "height": 83.39381712002069, + "angle": 0, + "strokeColor": "#1971c2", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "dashed", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "aE", + "roundness": { + "type": 3 + }, + "seed": 1588578801, + "version": 612, + "versionNonce": 1679063249, + "isDeleted": false, + "boundElements": [ + { + "type": "text", + "id": "4UKM-zfz9-AHlAEETrAnk" + }, + { + "id": "1lM7IA4Fj3kfTQ4YT1WDy", + "type": "arrow" + } + ], + "updated": 1782196760760, + "link": null, + "locked": false + }, + { + "id": "4UKM-zfz9-AHlAEETrAnk", + "type": "text", + "x": -899.4472893257434, + "y": 571.4984184902928, + "width": 199.7798614501953, + "height": 25, + "angle": 0, + "strokeColor": "#1971c2", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "aF", + "roundness": null, + "seed": 652436433, + "version": 587, + "versionNonce": 1881733311, + "isDeleted": false, + "boundElements": [], + "updated": 1782196760760, + "link": null, + "locked": false, + "text": "PR (Validation gate)", + "fontSize": 20, + "fontFamily": 5, + "textAlign": "center", + "verticalAlign": "middle", + "containerId": "4xcH4KC8rqhjs4gQ7MKal", + "originalText": "PR (Validation gate)", + "autoResize": true, + "lineHeight": 1.25 + }, + { + "id": "pLjsF5U_AfS3nkyMGL7BH", + "type": "rectangle", + "x": -1274.5651499655532, + "y": 321.94994743028246, + "width": 236.69615784691996, + "height": 83.39381712002069, + "angle": 0, + "strokeColor": "#1971c2", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "dashed", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "aG", + "roundness": { + "type": 3 + }, + "seed": 1028178353, + "version": 474, + "versionNonce": 1032795825, + "isDeleted": false, + "boundElements": [ + { + "type": "text", + "id": "ru9k5kTBQxU91Wjm6VV8z" + }, + { + "id": "BXHfE7tPBQI2NeAAPQ8ct", + "type": "arrow" + } + ], + "updated": 1782196760760, + "link": null, + "locked": false + }, + { + "id": "ru9k5kTBQxU91Wjm6VV8z", + "type": "text", + "x": -1183.5670466280308, + "y": 351.1468559902928, + "width": 54.699951171875, + "height": 25, + "angle": 0, + "strokeColor": "#1971c2", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "aH", + "roundness": null, + "seed": 2131190673, + "version": 432, + "versionNonce": 254380255, + "isDeleted": false, + "boundElements": [], + "updated": 1782196760760, + "link": null, + "locked": false, + "text": "ADRs", + "fontSize": 20, + "fontFamily": 5, + "textAlign": "center", + "verticalAlign": "middle", + "containerId": "pLjsF5U_AfS3nkyMGL7BH", + "originalText": "ADRs", + "autoResize": true, + "lineHeight": 1.25 + }, + { + "id": "ZGBZ1-TTlmI7980dL1dzQ", + "type": "rectangle", + "x": -367.3934292709282, + "y": 318.27021033746223, + "width": 236.69615784691996, + "height": 83.39381712002069, + "angle": 0, + "strokeColor": "#e03131", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "dashed", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "aI", + "roundness": { + "type": 3 + }, + "seed": 945211761, + "version": 406, + "versionNonce": 2025273489, + "isDeleted": false, + "boundElements": [ + { + "type": "text", + "id": "I_qQN2a4thzaCcMjpgeF_" + }, + { + "id": "y7BwqJplzbMI00s5qXBYe", + "type": "arrow" + }, + { + "id": "1GkaqrHPStHDkpuQa5LrD", + "type": "arrow" + }, + { + "id": "iaCmIaLVhl6KynyNh5lW6", + "type": "arrow" + }, + { + "id": "pUF5f3M4Uf78tmRkuSG9Y", + "type": "arrow" + } + ], + "updated": 1782196760760, + "link": null, + "locked": false + }, + { + "id": "I_qQN2a4thzaCcMjpgeF_", + "type": "text", + "x": -356.7752545222729, + "y": 347.4671188974726, + "width": 215.45980834960938, + "height": 25, + "angle": 0, + "strokeColor": "#e03131", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "aJ", + "roundness": null, + "seed": 1115583313, + "version": 377, + "versionNonce": 2078479615, + "isDeleted": false, + "boundElements": [], + "updated": 1782196760760, + "link": null, + "locked": false, + "text": "User Stories / Issues", + "fontSize": 20, + "fontFamily": 5, + "textAlign": "center", + "verticalAlign": "middle", + "containerId": "ZGBZ1-TTlmI7980dL1dzQ", + "originalText": "User Stories / Issues", + "autoResize": true, + "lineHeight": 1.25 + }, + { + "id": "7q5KLdjbMhDSRNYwdAej3", + "type": "rectangle", + "x": -367.3934292709282, + "y": 535.5300123924567, + "width": 236.69615784691996, + "height": 83.39381712002069, + "angle": 0, + "strokeColor": "#f08c00", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "dashed", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "aK", + "roundness": { + "type": 3 + }, + "seed": 1641406769, + "version": 479, + "versionNonce": 2000944753, + "isDeleted": false, + "boundElements": [ + { + "type": "text", + "id": "R-tfUOpphnhQegnux51nL" + }, + { + "id": "pUF5f3M4Uf78tmRkuSG9Y", + "type": "arrow" + } + ], + "updated": 1782196760760, + "link": null, + "locked": false + }, + { + "id": "R-tfUOpphnhQegnux51nL", + "type": "text", + "x": -358.7652829036206, + "y": 564.726920952467, + "width": 219.4398651123047, + "height": 25, + "angle": 0, + "strokeColor": "#f08c00", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "aL", + "roundness": null, + "seed": 1673827089, + "version": 472, + "versionNonce": 232135967, + "isDeleted": false, + "boundElements": [], + "updated": 1782196760760, + "link": null, + "locked": false, + "text": "Sync to ADO / GitHub", + "fontSize": 20, + "fontFamily": 5, + "textAlign": "center", + "verticalAlign": "middle", + "containerId": "7q5KLdjbMhDSRNYwdAej3", + "originalText": "Sync to ADO / GitHub", + "autoResize": true, + "lineHeight": 1.25 + }, + { + "id": "kehf7WHJV3lRQbm8eJlNy", + "type": "rectangle", + "x": 19.850479236713454, + "y": 449.30643302965746, + "width": 236.69615784691996, + "height": 83.39381712002069, + "angle": 0, + "strokeColor": "#e03131", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "dashed", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "aM", + "roundness": { + "type": 3 + }, + "seed": 2093091057, + "version": 521, + "versionNonce": 2013071441, + "isDeleted": false, + "boundElements": [ + { + "type": "text", + "id": "U-Kubc_LGEA94wfn_ZpKK" + }, + { + "id": "cHvR9bvkCuvJqEAjxuFOJ", + "type": "arrow" + }, + { + "id": "xxhZLf17Jv-wkMG6UmTqn", + "type": "arrow" + }, + { + "id": "1ILleOSxi_5Yqckug5S9p", + "type": "arrow" + } + ], + "updated": 1782196760760, + "link": null, + "locked": false + }, + { + "id": "U-Kubc_LGEA94wfn_ZpKK", + "type": "text", + "x": 123.85856945167734, + "y": 478.5033415896678, + "width": 28.679977416992188, + "height": 25, + "angle": 0, + "strokeColor": "#e03131", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "aN", + "roundness": null, + "seed": 1716896465, + "version": 495, + "versionNonce": 1483940159, + "isDeleted": false, + "boundElements": [], + "updated": 1782196760760, + "link": null, + "locked": false, + "text": "PR", + "fontSize": 20, + "fontFamily": 5, + "textAlign": "center", + "verticalAlign": "middle", + "containerId": "kehf7WHJV3lRQbm8eJlNy", + "originalText": "PR", + "autoResize": true, + "lineHeight": 1.25 + }, + { + "id": "dmNIhGWxLhMf_mDmM1iLx", + "type": "rectangle", + "x": 775.6910582507221, + "y": 187.97406509623215, + "width": 236.69615784691996, + "height": 83.39381712002069, + "angle": 0, + "strokeColor": "#1971c2", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "dashed", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "aO", + "roundness": { + "type": 3 + }, + "seed": 1024934065, + "version": 530, + "versionNonce": 1958336049, + "isDeleted": false, + "boundElements": [ + { + "type": "text", + "id": "TisAkw416T9CPi5jhr1DT" + }, + { + "id": "oaOtALTsQLVYxh0P1z44w", + "type": "arrow" + }, + { + "id": "olxynQlwkVwrR293a7YI4", + "type": "arrow" + } + ], + "updated": 1782196760760, + "link": null, + "locked": false + }, + { + "id": "TisAkw416T9CPi5jhr1DT", + "type": "text", + "x": 879.699148465686, + "y": 217.1709736562425, + "width": 28.679977416992188, + "height": 25, + "angle": 0, + "strokeColor": "#1971c2", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "aP", + "roundness": null, + "seed": 514720401, + "version": 506, + "versionNonce": 756719967, + "isDeleted": false, + "boundElements": [], + "updated": 1782196760760, + "link": null, + "locked": false, + "text": "PR", + "fontSize": 20, + "fontFamily": 5, + "textAlign": "center", + "verticalAlign": "middle", + "containerId": "dmNIhGWxLhMf_mDmM1iLx", + "originalText": "PR", + "autoResize": true, + "lineHeight": 1.25 + }, + { + "id": "Q3-zV0rV-pjL2qiWLilye", + "type": "rectangle", + "x": 1158.6542330366206, + "y": 187.97406509623215, + "width": 236.69615784691996, + "height": 83.39381712002069, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "dashed", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "aQ", + "roundness": { + "type": 3 + }, + "seed": 131172465, + "version": 597, + "versionNonce": 1080158225, + "isDeleted": false, + "boundElements": [ + { + "type": "text", + "id": "cm7AwZRVEE8ksJk9BaPLg" + }, + { + "id": "olxynQlwkVwrR293a7YI4", + "type": "arrow" + }, + { + "id": "0jhdzCV6tBgkonURWeKJS", + "type": "arrow" + } + ], + "updated": 1782196760760, + "link": null, + "locked": false + }, + { + "id": "cm7AwZRVEE8ksJk9BaPLg", + "type": "text", + "x": 1187.342376962522, + "y": 217.1709736562425, + "width": 179.3198699951172, + "height": 25, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "aR", + "roundness": null, + "seed": 1917407825, + "version": 589, + "versionNonce": 1562189183, + "isDeleted": false, + "boundElements": [], + "updated": 1782196760760, + "link": null, + "locked": false, + "text": "Component Assets", + "fontSize": 20, + "fontFamily": 5, + "textAlign": "center", + "verticalAlign": "middle", + "containerId": "Q3-zV0rV-pjL2qiWLilye", + "originalText": "Component Assets", + "autoResize": true, + "lineHeight": 1.25 + }, + { + "id": "kCn0d85In7xIBFpV5p9AR", + "type": "rectangle", + "x": -725.3444092483724, + "y": -56.51103315744149, + "width": 236.69615784691996, + "height": 83.39381712002069, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "aS", + "roundness": { + "type": 3 + }, + "seed": 854384689, + "version": 220, + "versionNonce": 1693236721, + "isDeleted": false, + "boundElements": [ + { + "type": "text", + "id": "Iz2u57Feso22oCz_gKHjl" + }, + { + "id": "ELySnj-ILzfUWbNB2Avto", + "type": "arrow" + }, + { + "id": "qWwqtxk6D0a41YCEHGfCZ", + "type": "arrow" + } + ], + "updated": 1782196760760, + "link": null, + "locked": false + }, + { + "id": "Iz2u57Feso22oCz_gKHjl", + "type": "text", + "x": -641.5762940089944, + "y": -27.314124597431146, + "width": 69.15992736816406, + "height": 25, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "aT", + "roundness": null, + "seed": 396603921, + "version": 161, + "versionNonce": 1002116511, + "isDeleted": false, + "boundElements": [], + "updated": 1782196760760, + "link": null, + "locked": false, + "text": "/triage", + "fontSize": 20, + "fontFamily": 5, + "textAlign": "center", + "verticalAlign": "middle", + "containerId": "kCn0d85In7xIBFpV5p9AR", + "originalText": "/triage", + "autoResize": true, + "lineHeight": 1.25 + }, + { + "id": "n-B1Nybh8l6g-aq-R84J0", + "type": "rectangle", + "x": -373.349672252255, + "y": -55.664630274981846, + "width": 236.69615784691996, + "height": 83.39381712002069, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "aU", + "roundness": { + "type": 3 + }, + "seed": 1164265457, + "version": 316, + "versionNonce": 1096931281, + "isDeleted": false, + "boundElements": [ + { + "type": "text", + "id": "HB9ibz-tKX94pP4nTDLuh" + }, + { + "id": "y7BwqJplzbMI00s5qXBYe", + "type": "arrow" + }, + { + "id": "qWwqtxk6D0a41YCEHGfCZ", + "type": "arrow" + }, + { + "id": "_HC9GIebCZl2O0mkVD1zj", + "type": "arrow" + }, + { + "id": "hFXoniy5bnLVp3WUVLmaX", + "type": "arrow" + } + ], + "updated": 1782196760760, + "link": null, + "locked": false + }, + { + "id": "HB9ibz-tKX94pP4nTDLuh", + "type": "text", + "x": -295.28155396111924, + "y": -26.467721714971503, + "width": 80.55992126464844, + "height": 25, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "aV", + "roundness": null, + "seed": 1446584785, + "version": 269, + "versionNonce": 1613040063, + "isDeleted": false, + "boundElements": [], + "updated": 1782196760760, + "link": null, + "locked": false, + "text": "/tickets", + "fontSize": 20, + "fontFamily": 5, + "textAlign": "center", + "verticalAlign": "middle", + "containerId": "n-B1Nybh8l6g-aq-R84J0", + "originalText": "/tickets", + "autoResize": true, + "lineHeight": 1.25 + }, + { + "id": "xi97uNfDJo966fPQOyD4M", + "type": "rectangle", + "x": 20.423039211009836, + "y": -55.664630274981846, + "width": 236.69615784691996, + "height": 83.39381712002069, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "aW", + "roundness": { + "type": 3 + }, + "seed": 926334897, + "version": 358, + "versionNonce": 1742255537, + "isDeleted": false, + "boundElements": [ + { + "type": "text", + "id": "DRyuZP-4ZAXHKWynzCkA6" + }, + { + "id": "WWYABM4zddmnGrU0uo_lH", + "type": "arrow" + }, + { + "id": "_HC9GIebCZl2O0mkVD1zj", + "type": "arrow" + }, + { + "id": "xA6oWkmxaYsBihO2IHHdt", + "type": "arrow" + }, + { + "id": "1GkaqrHPStHDkpuQa5LrD", + "type": "arrow" + } + ], + "updated": 1782196760760, + "link": null, + "locked": false + }, + { + "id": "DRyuZP-4ZAXHKWynzCkA6", + "type": "text", + "x": 111.39114376923544, + "y": -26.467721714971503, + "width": 54.75994873046875, + "height": 25, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "aX", + "roundness": null, + "seed": 1183162769, + "version": 316, + "versionNonce": 662403551, + "isDeleted": false, + "boundElements": [], + "updated": 1782196760760, + "link": null, + "locked": false, + "text": "/build", + "fontSize": 20, + "fontFamily": 5, + "textAlign": "center", + "verticalAlign": "middle", + "containerId": "xi97uNfDJo966fPQOyD4M", + "originalText": "/build", + "autoResize": true, + "lineHeight": 1.25 + }, + { + "id": "ySmkv0SGVZ4D7rpAwH9RJ", + "type": "rectangle", + "x": 389.99666094796567, + "y": -55.664630274981846, + "width": 236.69615784691996, + "height": 83.39381712002069, + "angle": 0, + "strokeColor": "#f08c00", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "aY", + "roundness": { + "type": 3 + }, + "seed": 828196721, + "version": 414, + "versionNonce": 997775249, + "isDeleted": false, + "boundElements": [ + { + "type": "text", + "id": "Rtpq0xNxUvQZxKAi3Mlxz" + }, + { + "id": "xA6oWkmxaYsBihO2IHHdt", + "type": "arrow" + }, + { + "id": "EEpRpMur1Xp5aPp19Lkv-", + "type": "arrow" + }, + { + "id": "iaCmIaLVhl6KynyNh5lW6", + "type": "arrow" + }, + { + "id": "xxhZLf17Jv-wkMG6UmTqn", + "type": "arrow" + } + ], + "updated": 1782196760760, + "link": null, + "locked": false + }, + { + "id": "Rtpq0xNxUvQZxKAi3Mlxz", + "type": "text", + "x": 459.8547877840233, + "y": -26.467721714971503, + "width": 96.97990417480469, + "height": 25, + "angle": 0, + "strokeColor": "#f08c00", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "aZ", + "roundness": null, + "seed": 302330193, + "version": 375, + "versionNonce": 1993270783, + "isDeleted": false, + "boundElements": [], + "updated": 1782196760760, + "link": null, + "locked": false, + "text": "/pr-review", + "fontSize": 20, + "fontFamily": 5, + "textAlign": "center", + "verticalAlign": "middle", + "containerId": "ySmkv0SGVZ4D7rpAwH9RJ", + "originalText": "/pr-review", + "autoResize": true, + "lineHeight": 1.25 + }, + { + "id": "IAQ22B4qFWqYq2qpvYE5L", + "type": "rectangle", + "x": 768.2069332337437, + "y": -55.38101145399287, + "width": 236.69615784691996, + "height": 83.39381712002069, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "aa", + "roundness": { + "type": 3 + }, + "seed": 1305796401, + "version": 546, + "versionNonce": 1316601201, + "isDeleted": false, + "boundElements": [ + { + "type": "text", + "id": "5OpOsgR9WC6KzbmgB5lD-" + }, + { + "id": "oaOtALTsQLVYxh0P1z44w", + "type": "arrow" + }, + { + "id": "EEpRpMur1Xp5aPp19Lkv-", + "type": "arrow" + }, + { + "id": "1ILleOSxi_5Yqckug5S9p", + "type": "arrow" + } + ], + "updated": 1782196760760, + "link": null, + "locked": false + }, + { + "id": "5OpOsgR9WC6KzbmgB5lD-", + "type": "text", + "x": 870.2950252797623, + "y": -26.184102893982526, + "width": 32.51997375488281, + "height": 25, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "ab", + "roundness": null, + "seed": 859033873, + "version": 510, + "versionNonce": 1025494559, + "isDeleted": false, + "boundElements": [], + "updated": 1782196760760, + "link": null, + "locked": false, + "text": "/qa", + "fontSize": 20, + "fontFamily": 5, + "textAlign": "center", + "verticalAlign": "middle", + "containerId": "IAQ22B4qFWqYq2qpvYE5L", + "originalText": "/qa", + "autoResize": true, + "lineHeight": 1.25 + }, + { + "id": "BCp0RSiwTOA42klU5l3ml", + "type": "rectangle", + "x": -1456.9391185621053, + "y": -139.22869411936472, + "width": 1329.9578589982852, + "height": 54.139173329086134, + "angle": 0, + "strokeColor": "#1971c2", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "ac", + "roundness": { + "type": 3 + }, + "seed": 1469679345, + "version": 372, + "versionNonce": 2287441, + "isDeleted": false, + "boundElements": [ + { + "type": "text", + "id": "-9SjsDrDFToBfFCZx78bn" + } + ], + "updated": 1782196760760, + "link": null, + "locked": false + }, + { + "id": "-9SjsDrDFToBfFCZx78bn", + "type": "text", + "x": -817.1401741093493, + "y": -124.65910745482165, + "width": 50.35997009277344, + "height": 25, + "angle": 0, + "strokeColor": "#1971c2", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "ad", + "roundness": null, + "seed": 898466001, + "version": 308, + "versionNonce": 423181791, + "isDeleted": false, + "boundElements": [], + "updated": 1782196760762, + "link": null, + "locked": false, + "text": "HITL", + "fontSize": 20, + "fontFamily": 5, + "textAlign": "center", + "verticalAlign": "middle", + "containerId": "BCp0RSiwTOA42klU5l3ml", + "originalText": "HITL", + "autoResize": true, + "lineHeight": 1.25 + }, + { + "id": "vIIKwuTRjYs_pxkKN2E-V", + "type": "rectangle", + "x": 19.256264135734, + "y": -141.09051444424313, + "width": 608.2205616106452, + "height": 56.33035744608105, + "angle": 0, + "strokeColor": "#e03131", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "ae", + "roundness": { + "type": 3 + }, + "seed": 178732721, + "version": 253, + "versionNonce": 1523307825, + "isDeleted": false, + "boundElements": [ + { + "type": "text", + "id": "YUPBGcmfeegxXTSitFqeH" + } + ], + "updated": 1782196760760, + "link": null, + "locked": false + }, + { + "id": "YUPBGcmfeegxXTSitFqeH", + "type": "text", + "x": 303.86656019984565, + "y": -125.4253357212026, + "width": 38.999969482421875, + "height": 25, + "angle": 0, + "strokeColor": "#e03131", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "af", + "roundness": null, + "seed": 1972256913, + "version": 136, + "versionNonce": 1949575679, + "isDeleted": false, + "boundElements": [], + "updated": 1782196760762, + "link": null, + "locked": false, + "text": "AFK", + "fontSize": 20, + "fontFamily": 5, + "textAlign": "center", + "verticalAlign": "middle", + "containerId": "vIIKwuTRjYs_pxkKN2E-V", + "originalText": "AFK", + "autoResize": true, + "lineHeight": 1.25 + }, + { + "id": "a2dJ6UQJh5c3vGx5RfNIY", + "type": "rectangle", + "x": 768.6595301363727, + "y": -139.74789954165863, + "width": 233.8757393851174, + "height": 54.139173329086134, + "angle": 0, + "strokeColor": "#1971c2", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "ag", + "roundness": { + "type": 3 + }, + "seed": 1408894577, + "version": 459, + "versionNonce": 836503313, + "isDeleted": false, + "boundElements": [ + { + "type": "text", + "id": "ex0_Jb2cSaVPO41evYM_8" + } + ], + "updated": 1782196760760, + "link": null, + "locked": false + }, + { + "id": "ex0_Jb2cSaVPO41evYM_8", + "type": "text", + "x": 860.4174147825447, + "y": -125.17831287711556, + "width": 50.35997009277344, + "height": 25, + "angle": 0, + "strokeColor": "#1971c2", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "ah", + "roundness": null, + "seed": 1622282321, + "version": 349, + "versionNonce": 1698468383, + "isDeleted": false, + "boundElements": [], + "updated": 1782196760762, + "link": null, + "locked": false, + "text": "HITL", + "fontSize": 20, + "fontFamily": 5, + "textAlign": "center", + "verticalAlign": "middle", + "containerId": "a2dJ6UQJh5c3vGx5RfNIY", + "originalText": "HITL", + "autoResize": true, + "lineHeight": 1.25 + }, + { + "id": "EZ2-4j0ew-_2wtKv1Vco7", + "type": "arrow", + "x": -957.7805450964315, + "y": 36.806324041165226, + "width": 122.51256080812664, + "height": 274.14362338911724, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "dashed", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "ai", + "roundness": { + "type": 2 + }, + "seed": 294510129, + "version": 507, + "versionNonce": 2144009457, + "isDeleted": false, + "boundElements": [ + { + "type": "text", + "id": "4uTfuf1MgO7HFgemA9P6X" + } + ], + "updated": 1782196760760, + "link": null, + "locked": false, + "points": [ + [ + 0, + 0 + ], + [ + 72.85805629390734, + 137.7591021176254 + ], + [ + 122.51256080812664, + 274.14362338911724 + ] + ], + "startBinding": { + "elementId": "ERACVLUonhj2tOL30x3m9", + "mode": "orbit", + "fixedPoint": [ + 0.43359473465192044, + 0.5664052653480787 + ] + }, + "endBinding": { + "elementId": "P91N_EqrgqkdCIU4D9Arc", + "mode": "orbit", + "fixedPoint": [ + 0.4199121338745521, + 0.41991213387455056 + ] + }, + "startArrowhead": null, + "endArrowhead": "arrow", + "elbowed": false, + "moveMidPointsWithElement": false + }, + { + "id": "4uTfuf1MgO7HFgemA9P6X", + "type": "text", + "x": -972.7124210535007, + "y": 137.06542615879061, + "width": 175.57986450195312, + "height": 75, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "aj", + "roundness": null, + "seed": 896856081, + "version": 60, + "versionNonce": 1162016319, + "isDeleted": false, + "boundElements": [], + "updated": 1782196760762, + "link": null, + "locked": false, + "text": "Validation ensured\nover MD template\n(enforcemet)", + "fontSize": 20, + "fontFamily": 5, + "textAlign": "center", + "verticalAlign": "middle", + "containerId": "EZ2-4j0ew-_2wtKv1Vco7", + "originalText": "Validation ensured over MD template\n(enforcemet)", + "autoResize": true, + "lineHeight": 1.25 + }, + { + "id": "y7BwqJplzbMI00s5qXBYe", + "type": "arrow", + "x": -259.7342227459476, + "y": 38.729186845038384, + "width": 2.5078813886525495, + "height": 281.6883329016025, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "dashed", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "ak", + "roundness": { + "type": 2 + }, + "seed": 1381942769, + "version": 297, + "versionNonce": 69220049, + "isDeleted": false, + "boundElements": [ + { + "type": "text", + "id": "P_ZCGlfqwAcN855IycxY4" + } + ], + "updated": 1782196760760, + "link": null, + "locked": false, + "points": [ + [ + 0, + 0 + ], + [ + 2.5078813886525495, + 281.6883329016025 + ] + ], + "startBinding": { + "elementId": "n-B1Nybh8l6g-aq-R84J0", + "mode": "orbit", + "fixedPoint": [ + 0.47809205603393745, + 0.5219079439660596 + ] + }, + "endBinding": { + "elementId": "ZGBZ1-TTlmI7980dL1dzQ", + "mode": "inside", + "fixedPoint": [ + 0.4654367393022146, + 0.02574902412835458 + ] + }, + "startArrowhead": null, + "endArrowhead": "arrow", + "elbowed": false, + "moveMidPointsWithElement": false + }, + { + "id": "P_ZCGlfqwAcN855IycxY4", + "type": "text", + "x": -346.2702143025979, + "y": 142.0733532958396, + "width": 175.57986450195312, + "height": 75, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "al", + "roundness": null, + "seed": 1129504721, + "version": 61, + "versionNonce": 2066208351, + "isDeleted": false, + "boundElements": [], + "updated": 1782196760763, + "link": null, + "locked": false, + "text": "Validation ensured\nover MD template\n(enforcement)", + "fontSize": 20, + "fontFamily": 5, + "textAlign": "center", + "verticalAlign": "middle", + "containerId": "y7BwqJplzbMI00s5qXBYe", + "originalText": "Validation ensured over MD template\n(enforcement)", + "autoResize": true, + "lineHeight": 1.25 + }, + { + "id": "mTDjJDm3kboLZ_xIrg7TL", + "type": "ellipse", + "x": 50.25629785388219, + "y": 151.95739393739495, + "width": 174.40727691970824, + "height": 174.40727691970824, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "dashed", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "am", + "roundness": { + "type": 2 + }, + "seed": 375963057, + "version": 320, + "versionNonce": 561198257, + "isDeleted": false, + "boundElements": [ + { + "type": "text", + "id": "29C38vd0_ZrJlrhRZYyRB" + }, + { + "id": "iaCmIaLVhl6KynyNh5lW6", + "type": "arrow" + }, + { + "id": "WWYABM4zddmnGrU0uo_lH", + "type": "arrow" + }, + { + "id": "cHvR9bvkCuvJqEAjxuFOJ", + "type": "arrow" + } + ], + "updated": 1782196760760, + "link": null, + "locked": false + }, + { + "id": "29C38vd0_ZrJlrhRZYyRB", + "type": "text", + "x": 114.4976644216647, + "y": 226.4987482981462, + "width": 45.5999755859375, + "height": 25, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "dashed", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "an", + "roundness": null, + "seed": 717741969, + "version": 269, + "versionNonce": 1035711103, + "isDeleted": false, + "boundElements": [], + "updated": 1782196760763, + "link": null, + "locked": false, + "text": "Loop", + "fontSize": 20, + "fontFamily": 5, + "textAlign": "center", + "verticalAlign": "middle", + "containerId": "mTDjJDm3kboLZ_xIrg7TL", + "originalText": "Loop", + "autoResize": true, + "lineHeight": 1.25 + }, + { + "id": "iaCmIaLVhl6KynyNh5lW6", + "type": "arrow", + "x": 528.2661853018985, + "y": 38.72918684503884, + "width": 777.7351144892409, + "height": 615.358676773574, + "angle": 0, + "strokeColor": "#e03131", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "dashed", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "ao", + "roundness": { + "type": 2 + }, + "seed": 245876081, + "version": 1011, + "versionNonce": 2070640273, + "isDeleted": false, + "boundElements": [ + { + "type": "text", + "id": "gABGR0QS2228ks_XC7fo1" + } + ], + "updated": 1782196760760, + "link": null, + "locked": false, + "points": [ + [ + 0, + 0 + ], + [ + -356.07894206717447, + 615.358676773574 + ], + [ + -777.7351144892409, + 360.3360435708539 + ] + ], + "startBinding": { + "elementId": "ySmkv0SGVZ4D7rpAwH9RJ", + "mode": "orbit", + "fixedPoint": [ + 0.6769231823913836, + 0.6769231823913889 + ] + }, + "endBinding": { + "elementId": "ZGBZ1-TTlmI7980dL1dzQ", + "mode": "inside", + "fixedPoint": [ + 0.49821045325058233, + 0.9688370537368487 + ] + }, + "startArrowhead": null, + "endArrowhead": "arrow", + "elbowed": false, + "moveMidPointsWithElement": false + }, + { + "id": "gABGR0QS2228ks_XC7fo1", + "type": "text", + "x": -5.61265300551031, + "y": 629.0878636186128, + "width": 355.59979248046875, + "height": 50, + "angle": 0, + "strokeColor": "#e03131", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 1, + "strokeStyle": "dashed", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "ap", + "roundness": null, + "seed": 491777873, + "version": 81, + "versionNonce": 1545189119, + "isDeleted": false, + "boundElements": [], + "updated": 1782196760760, + "link": null, + "locked": false, + "text": "Validation ensured over MD template\n(enforcement)", + "fontSize": 20, + "fontFamily": 5, + "textAlign": "center", + "verticalAlign": "middle", + "containerId": "iaCmIaLVhl6KynyNh5lW6", + "originalText": "Validation ensured over MD template\n(enforcement)", + "autoResize": true, + "lineHeight": 1.25 + }, + { + "id": "WWYABM4zddmnGrU0uo_lH", + "type": "arrow", + "x": 138.27831019975974, + "y": 38.72918684503884, + "width": 2.0298944831101835, + "height": 102.23568053240615, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "dashed", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "aq", + "roundness": { + "type": 2 + }, + "seed": 1561845041, + "version": 200, + "versionNonce": 1421900913, + "isDeleted": false, + "boundElements": [], + "updated": 1782196760760, + "link": null, + "locked": false, + "points": [ + [ + 0, + 0 + ], + [ + -2.0298944831101835, + 102.23568053240615 + ] + ], + "startBinding": { + "elementId": "xi97uNfDJo966fPQOyD4M", + "mode": "orbit", + "fixedPoint": [ + 0.5023706371841866, + 0.5023706371841908 + ] + }, + "endBinding": { + "elementId": "mTDjJDm3kboLZ_xIrg7TL", + "mode": "orbit", + "fixedPoint": [ + 0.4821743710625772, + 0.5001 + ] + }, + "startArrowhead": null, + "endArrowhead": "arrow", + "elbowed": false, + "moveMidPointsWithElement": false + }, + { + "id": "oaOtALTsQLVYxh0P1z44w", + "type": "arrow", + "x": 895.7823372304515, + "y": 39.012805666027816, + "width": 0.8816789893835448, + "height": 137.96125943020456, + "angle": 0, + "strokeColor": "#1971c2", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "dashed", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "ar", + "roundness": { + "type": 2 + }, + "seed": 493293329, + "version": 141, + "versionNonce": 854097695, + "isDeleted": false, + "boundElements": [], + "updated": 1782196760760, + "link": null, + "locked": false, + "points": [ + [ + 0, + 0 + ], + [ + -0.8816789893835448, + 137.96125943020456 + ] + ], + "startBinding": { + "elementId": "IAQ22B4qFWqYq2qpvYE5L", + "mode": "orbit", + "fixedPoint": [ + 0.5395811260093264, + 0.539581126009323 + ] + }, + "endBinding": { + "elementId": "dmNIhGWxLhMf_mDmM1iLx", + "mode": "orbit", + "fixedPoint": [ + 0.5023993287283464, + 0.49760067127165764 + ] + }, + "startArrowhead": null, + "endArrowhead": "arrow", + "elbowed": false, + "moveMidPointsWithElement": false + }, + { + "id": "olxynQlwkVwrR293a7YI4", + "type": "arrow", + "x": 1023.3872160976421, + "y": 234.86041297044676, + "width": 139.74492356024166, + "height": 1.5274253330530883, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "dashed", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "as", + "roundness": { + "type": 2 + }, + "seed": 1421149425, + "version": 117, + "versionNonce": 758761041, + "isDeleted": false, + "boundElements": [], + "updated": 1782196760760, + "link": null, + "locked": false, + "points": [ + [ + 0, + 0 + ], + [ + 139.74492356024166, + 1.5274253330530883 + ] + ], + "startBinding": { + "elementId": "dmNIhGWxLhMf_mDmM1iLx", + "mode": "orbit", + "fixedPoint": [ + 0.5467244946805638, + 0.5467244946805722 + ] + }, + "endBinding": { + "elementId": "Q3-zV0rV-pjL2qiWLilye", + "mode": "inside", + "fixedPoint": [ + 0.01891837477209579, + 0.5805439165542728 + ] + }, + "startArrowhead": null, + "endArrowhead": "arrow", + "elbowed": false, + "moveMidPointsWithElement": false + }, + { + "id": "88NSdu1aaKFImTCNPMwYC", + "type": "arrow", + "x": -786.4477473441357, + "y": -343.56344082082614, + "width": 3.32283413440382, + "height": 309.52304563444613, + "angle": 0, + "strokeColor": "#f08c00", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "dashed", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "at", + "roundness": { + "type": 2 + }, + "seed": 1049181905, + "version": 417, + "versionNonce": 820593471, + "isDeleted": false, + "boundElements": [], + "updated": 1782196760760, + "link": null, + "locked": false, + "points": [ + [ + 0, + 0 + ], + [ + -3.32283413440382, + 309.52304563444613 + ] + ], + "startBinding": { + "elementId": "XPGXNIMT0LeAmNxoQB0a2", + "mode": "orbit", + "fixedPoint": [ + 0.4840616444765875, + 0.5159383555234126 + ] + }, + "endBinding": null, + "startArrowhead": null, + "endArrowhead": "arrow", + "elbowed": false, + "moveMidPointsWithElement": false + }, + { + "id": "ELySnj-ILzfUWbNB2Avto", + "type": "arrow", + "x": -837.6561180494646, + "y": -15.666018405631803, + "width": 101.31170880109175, + "height": 0.8262571311979627, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "au", + "roundness": { + "type": 2 + }, + "seed": 964377777, + "version": 203, + "versionNonce": 531551281, + "isDeleted": false, + "boundElements": [], + "updated": 1782196760760, + "link": null, + "locked": false, + "points": [ + [ + 0, + 0 + ], + [ + 101.31170880109175, + 0.8262571311979627 + ] + ], + "startBinding": { + "elementId": "ERACVLUonhj2tOL30x3m9", + "mode": "orbit", + "fixedPoint": [ + 0.5090897972683093, + 0.4909102027316959 + ] + }, + "endBinding": { + "elementId": "kCn0d85In7xIBFpV5p9AR", + "mode": "orbit", + "fixedPoint": [ + 0.4948938298898455, + 0.5051061701101528 + ] + }, + "startArrowhead": null, + "endArrowhead": "arrow", + "elbowed": false, + "moveMidPointsWithElement": false + }, + { + "id": "qWwqtxk6D0a41YCEHGfCZ", + "type": "arrow", + "x": -477.6482514014524, + "y": -12.655607011378379, + "width": 93.2985791491974, + "height": 0.22028385234443704, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "av", + "roundness": { + "type": 2 + }, + "seed": 1697808017, + "version": 233, + "versionNonce": 377258847, + "isDeleted": false, + "boundElements": [], + "updated": 1782196760760, + "link": null, + "locked": false, + "points": [ + [ + 0, + 0 + ], + [ + 93.2985791491974, + -0.22028385234443704 + ] + ], + "startBinding": { + "elementId": "kCn0d85In7xIBFpV5p9AR", + "mode": "orbit", + "fixedPoint": [ + 0.5293488764424427, + 0.5293488764424431 + ] + }, + "endBinding": { + "elementId": "n-B1Nybh8l6g-aq-R84J0", + "mode": "orbit", + "fixedPoint": [ + 0.4861656352188239, + 0.5138343647811797 + ] + }, + "startArrowhead": null, + "endArrowhead": "arrow", + "elbowed": false, + "moveMidPointsWithElement": false + }, + { + "id": "_HC9GIebCZl2O0mkVD1zj", + "type": "arrow", + "x": -125.65351440533595, + "y": -11.625533744027052, + "width": 135.0765536163458, + "height": 0.4424674348354074, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "aw", + "roundness": { + "type": 2 + }, + "seed": 6718577, + "version": 179, + "versionNonce": 468497, + "isDeleted": false, + "boundElements": [], + "updated": 1782196760760, + "link": null, + "locked": false, + "points": [ + [ + 0, + 0 + ], + [ + 135.0765536163458, + -0.4424674348354074 + ] + ], + "startBinding": { + "elementId": "n-B1Nybh8l6g-aq-R84J0", + "mode": "orbit", + "fixedPoint": [ + 0.5328610958558616, + 0.532861095855867 + ] + }, + "endBinding": { + "elementId": "xi97uNfDJo966fPQOyD4M", + "mode": "orbit", + "fixedPoint": [ + 0.48296468722863695, + 0.5170353127713619 + ] + }, + "startArrowhead": null, + "endArrowhead": "arrow", + "elbowed": false, + "moveMidPointsWithElement": false + }, + { + "id": "xA6oWkmxaYsBihO2IHHdt", + "type": "arrow", + "x": 268.1191970579289, + "y": -11.373281695468904, + "width": 110.87746389003587, + "height": 0.4293374609778766, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "ax", + "roundness": { + "type": 2 + }, + "seed": 115265105, + "version": 181, + "versionNonce": 1139982207, + "isDeleted": false, + "boundElements": [], + "updated": 1782196760760, + "link": null, + "locked": false, + "points": [ + [ + 0, + 0 + ], + [ + 110.87746389003587, + -0.4293374609778766 + ] + ], + "startBinding": { + "elementId": "xi97uNfDJo966fPQOyD4M", + "mode": "orbit", + "fixedPoint": [ + 0.5367131570956523, + 0.5367131570956537 + ] + }, + "endBinding": { + "elementId": "ySmkv0SGVZ4D7rpAwH9RJ", + "mode": "orbit", + "fixedPoint": [ + 0.47384019700947083, + 0.5261598029905289 + ] + }, + "startArrowhead": null, + "endArrowhead": "arrow", + "elbowed": false, + "moveMidPointsWithElement": false + }, + { + "id": "EEpRpMur1Xp5aPp19Lkv-", + "type": "arrow", + "x": 637.6928187948865, + "y": -12.704503968724566, + "width": 119.51411443885809, + "height": 3.354571373929275, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "ay", + "roundness": { + "type": 2 + }, + "seed": 259185713, + "version": 146, + "versionNonce": 960117745, + "isDeleted": false, + "boundElements": [], + "updated": 1782196760760, + "link": null, + "locked": false, + "points": [ + [ + 0, + 0 + ], + [ + 119.51411443885809, + -3.354571373929275 + ] + ], + "startBinding": { + "elementId": "ySmkv0SGVZ4D7rpAwH9RJ", + "mode": "orbit", + "fixedPoint": [ + 0.5151476187308784, + 0.5151476187308789 + ] + }, + "endBinding": { + "elementId": "IAQ22B4qFWqYq2qpvYE5L", + "mode": "orbit", + "fixedPoint": [ + 0.433299264962496, + 0.4332992649624926 + ] + }, + "startArrowhead": null, + "endArrowhead": "arrow", + "elbowed": false + }, + { + "id": "2U1lUmvQVVmPtn2COk3xu", + "type": "rectangle", + "x": -195.70290809453127, + "y": -666.392395202296, + "width": 1366.571145645956, + "height": 322.47032016262864, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "az", + "roundness": { + "type": 3 + }, + "seed": 1779052049, + "version": 630, + "versionNonce": 999061407, + "isDeleted": false, + "boundElements": [ + { + "type": "text", + "id": "RI-LAUmg4EhTAWBq06dZB" + } + ], + "updated": 1782196760760, + "link": null, + "locked": false + }, + { + "id": "RI-LAUmg4EhTAWBq06dZB", + "type": "text", + "x": -190.70290809453127, + "y": -661.392395202296, + "width": 66.0599365234375, + "height": 25, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "b00", + "roundness": null, + "seed": 2107393009, + "version": 290, + "versionNonce": 1800377809, + "isDeleted": false, + "boundElements": [], + "updated": 1782196760760, + "link": null, + "locked": false, + "text": "Legend", + "fontSize": 20, + "fontFamily": 5, + "textAlign": "left", + "verticalAlign": "top", + "containerId": "2U1lUmvQVVmPtn2COk3xu", + "originalText": "Legend", + "autoResize": true, + "lineHeight": 1.25 + }, + { + "id": "nrRyQDBlR4BvUvbtEQc-c", + "type": "rectangle", + "x": -181.24744769361223, + "y": -604.0152117780817, + "width": 187.38543198937808, + "height": 60, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "b01", + "roundness": { + "type": 3 + }, + "seed": 1714462161, + "version": 239, + "versionNonce": 616913855, + "isDeleted": false, + "boundElements": [ + { + "type": "text", + "id": "WFwWajsWF26ywooNTbUdZ" + }, + { + "id": "iqckwOVR9FJ7iT1iA_EY7", + "type": "arrow" + } + ], + "updated": 1782196839098, + "link": null, + "locked": false + }, + { + "id": "WFwWajsWF26ywooNTbUdZ", + "type": "text", + "x": -162.00467524140367, + "y": -586.5152117780817, + "width": 148.89988708496094, + "height": 25, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "b02", + "roundness": null, + "seed": 1390328753, + "version": 187, + "versionNonce": 2040431537, + "isDeleted": false, + "boundElements": [], + "updated": 1782196839098, + "link": null, + "locked": false, + "text": "Solid Rectangle", + "fontSize": 20, + "fontFamily": 5, + "textAlign": "center", + "verticalAlign": "middle", + "containerId": "nrRyQDBlR4BvUvbtEQc-c", + "originalText": "Solid Rectangle", + "autoResize": true, + "lineHeight": 1.25 + }, + { + "id": "9MbZvhohE4WcFVXlPh_Fa", + "type": "text", + "x": 101.10822877235341, + "y": -583.9354518834512, + "width": 224.69979858398438, + "height": 25, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "b03", + "roundness": null, + "seed": 600710545, + "version": 198, + "versionNonce": 1480690655, + "isDeleted": false, + "boundElements": [ + { + "id": "iqckwOVR9FJ7iT1iA_EY7", + "type": "arrow" + } + ], + "updated": 1782196839098, + "link": null, + "locked": false, + "text": "Unic-DLC command/skill", + "fontSize": 20, + "fontFamily": 5, + "textAlign": "left", + "verticalAlign": "middle", + "containerId": null, + "originalText": "Unic-DLC command/skill", + "autoResize": true, + "lineHeight": 1.25 + }, + { + "id": "iqckwOVR9FJ7iT1iA_EY7", + "type": "arrow", + "x": 4.676869109652216, + "y": -574.326594698528, + "width": 85.93135966270118, + "height": 0.5225277096650416, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "b04", + "roundness": { + "type": 2 + }, + "seed": 1211515761, + "version": 237, + "versionNonce": 675353873, + "isDeleted": false, + "boundElements": [], + "updated": 1782196839164, + "link": null, + "locked": false, + "points": [ + [ + 0, + 0 + ], + [ + 85.93135966270118, + 0.5225277096650416 + ] + ], + "startBinding": { + "elementId": "nrRyQDBlR4BvUvbtEQc-c", + "mode": "inside", + "fixedPoint": [ + 0.9922026212464774, + 0.49481028465922916 + ] + }, + "endBinding": { + "elementId": "9MbZvhohE4WcFVXlPh_Fa", + "mode": "orbit", + "fixedPoint": [ + -0.0467290138494517, + 0.4052553957835289 + ] + }, + "startArrowhead": null, + "endArrowhead": "arrow", + "elbowed": false, + "moveMidPointsWithElement": false + }, + { + "id": "REuI806MA_G5exDN_IBSn", + "type": "rectangle", + "x": -181.27706593141647, + "y": -529.5351134518687, + "width": 187.38543198937808, + "height": 60, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 1, + "strokeStyle": "dashed", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "b05", + "roundness": { + "type": 3 + }, + "seed": 1549708625, + "version": 311, + "versionNonce": 151173119, + "isDeleted": false, + "boundElements": [ + { + "type": "text", + "id": "ZDdKX_WM2vjfUhJUkonzi" + }, + { + "id": "eks1OFATzQoazzi3Bgymo", + "type": "arrow" + } + ], + "updated": 1782196839098, + "link": null, + "locked": false + }, + { + "id": "ZDdKX_WM2vjfUhJUkonzi", + "type": "text", + "x": -175.1542809670009, + "y": -512.0351134518687, + "width": 175.13986206054688, + "height": 25, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "b06", + "roundness": null, + "seed": 127851313, + "version": 265, + "versionNonce": 128191345, + "isDeleted": false, + "boundElements": [], + "updated": 1782196839098, + "link": null, + "locked": false, + "text": "Dashed Rectangle", + "fontSize": 20, + "fontFamily": 5, + "textAlign": "center", + "verticalAlign": "middle", + "containerId": "REuI806MA_G5exDN_IBSn", + "originalText": "Dashed Rectangle", + "autoResize": true, + "lineHeight": 1.25 + }, + { + "id": "BZ51uRMMLseTeOkIjeNZN", + "type": "text", + "x": 105.47548447464806, + "y": -510.0356546240632, + "width": 299.4797668457031, + "height": 25, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "b07", + "roundness": null, + "seed": 442387729, + "version": 307, + "versionNonce": 1024024607, + "isDeleted": false, + "boundElements": [ + { + "id": "eks1OFATzQoazzi3Bgymo", + "type": "arrow" + } + ], + "updated": 1782196839098, + "link": null, + "locked": false, + "text": "Unic-DLC command/skill output", + "fontSize": 20, + "fontFamily": 5, + "textAlign": "left", + "verticalAlign": "middle", + "containerId": null, + "originalText": "Unic-DLC command/skill output", + "autoResize": true, + "lineHeight": 1.25 + }, + { + "id": "eks1OFATzQoazzi3Bgymo", + "type": "arrow", + "x": 4.647250871847973, + "y": -499.84649637231496, + "width": 90.32823360280008, + "height": 0.23385036331001174, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "b08", + "roundness": { + "type": 2 + }, + "seed": 1813283569, + "version": 346, + "versionNonce": 1931068625, + "isDeleted": false, + "boundElements": [], + "updated": 1782196839164, + "link": null, + "locked": false, + "points": [ + [ + 0, + 0 + ], + [ + 90.32823360280008, + 0.23385036331001174 + ] + ], + "startBinding": { + "elementId": "REuI806MA_G5exDN_IBSn", + "mode": "inside", + "fixedPoint": [ + 0.9922026212464774, + 0.49481028465922916 + ] + }, + "endBinding": { + "elementId": "BZ51uRMMLseTeOkIjeNZN", + "mode": "orbit", + "fixedPoint": [ + -0.03506079930070792, + 0.4169203446023312 + ] + }, + "startArrowhead": null, + "endArrowhead": "arrow", + "elbowed": false, + "moveMidPointsWithElement": false + }, + { + "id": "VLi1Qlv0xgPApMJ70RRjL", + "type": "line", + "x": 428.8360062318093, + "y": -665.4960880393237, + "width": 0, + "height": 320.17792464038644, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "b09", + "roundness": { + "type": 2 + }, + "seed": 2034826449, + "version": 267, + "versionNonce": 1911228831, + "isDeleted": false, + "boundElements": [], + "updated": 1782196848414, + "link": null, + "locked": false, + "points": [ + [ + 0, + 0 + ], + [ + 0, + 320.17792464038644 + ] + ], + "startBinding": null, + "endBinding": null, + "startArrowhead": null, + "endArrowhead": null, + "polygon": false + }, + { + "id": "a70n7AgMLijqxkBJsbWD_", + "type": "rectangle", + "x": 469.11175621559187, + "y": -601.7538456697857, + "width": 187.38543198937808, + "height": 60, + "angle": 0, + "strokeColor": "#1971c2", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "b0A", + "roundness": { + "type": 3 + }, + "seed": 1100167857, + "version": 366, + "versionNonce": 1634512689, + "isDeleted": false, + "boundElements": [ + { + "id": "TVnGyUkkIA0TP61uGm55_", + "type": "arrow" + }, + { + "id": "B0H9GhcC_7yRRuyvFosJS", + "type": "text" + } + ], + "updated": 1782196818775, + "link": null, + "locked": false + }, + { + "id": "B0H9GhcC_7yRRuyvFosJS", + "type": "text", + "x": 542.0944883845973, + "y": -584.2538456697857, + "width": 41.41996765136719, + "height": 25, + "angle": 0, + "strokeColor": "#1971c2", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "b0B", + "roundness": null, + "seed": 1704639633, + "version": 318, + "versionNonce": 1012783199, + "isDeleted": false, + "boundElements": [], + "updated": 1782196818775, + "link": null, + "locked": false, + "text": "Blue", + "fontSize": 20, + "fontFamily": 5, + "textAlign": "center", + "verticalAlign": "middle", + "containerId": "a70n7AgMLijqxkBJsbWD_", + "originalText": "Blue", + "autoResize": true, + "lineHeight": 1.25 + }, + { + "id": "bCdLT0l_46n5ftUM_CZHv", + "type": "text", + "x": 751.467432681558, + "y": -581.6740857751547, + "width": 397.479736328125, + "height": 25, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "b0C", + "roundness": null, + "seed": 85394033, + "version": 374, + "versionNonce": 592552209, + "isDeleted": false, + "boundElements": [ + { + "id": "TVnGyUkkIA0TP61uGm55_", + "type": "arrow" + } + ], + "updated": 1782196818775, + "link": null, + "locked": false, + "text": "HITL (Human in the loop) -> Unic's Value!", + "fontSize": 20, + "fontFamily": 5, + "textAlign": "left", + "verticalAlign": "middle", + "containerId": null, + "originalText": "HITL (Human in the loop) -> Unic's Value!", + "autoResize": true, + "lineHeight": 1.25 + }, + { + "id": "TVnGyUkkIA0TP61uGm55_", + "type": "arrow", + "x": 655.0360730188563, + "y": -572.0652285902324, + "width": 85.93135966270165, + "height": 0.1083857875173635, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "b0D", + "roundness": { + "type": 2 + }, + "seed": 1557105745, + "version": 420, + "versionNonce": 1102432575, + "isDeleted": false, + "boundElements": [], + "updated": 1782196818891, + "link": null, + "locked": false, + "points": [ + [ + 0, + 0 + ], + [ + 85.93135966270165, + 0.1083857875173635 + ] + ], + "startBinding": { + "elementId": "a70n7AgMLijqxkBJsbWD_", + "mode": "inside", + "fixedPoint": [ + 0.9922026212464774, + 0.4948102846592216 + ] + }, + "endBinding": { + "elementId": "bCdLT0l_46n5ftUM_CZHv", + "mode": "orbit", + "fixedPoint": [ + -0.02641644099142731, + 0.3886897188975854 + ] + }, + "startArrowhead": null, + "endArrowhead": "arrow", + "elbowed": false, + "moveMidPointsWithElement": false + }, + { + "id": "Pb8_GwPeckZGUPnwFdUqq", + "type": "rectangle", + "x": 469.0821379777876, + "y": -527.2737473435727, + "width": 187.38543198937808, + "height": 60, + "angle": 0, + "strokeColor": "#e03131", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "b0E", + "roundness": { + "type": 3 + }, + "seed": 614193713, + "version": 441, + "versionNonce": 595416817, + "isDeleted": false, + "boundElements": [ + { + "id": "cWq4VnCO-muo7gW93MTlR", + "type": "arrow" + }, + { + "id": "whScK1ByVAcSDzUNLYlxl", + "type": "text" + } + ], + "updated": 1782196818775, + "link": null, + "locked": false + }, + { + "id": "whScK1ByVAcSDzUNLYlxl", + "type": "text", + "x": 543.9948704519688, + "y": -509.7737473435727, + "width": 37.559967041015625, + "height": 25, + "angle": 0, + "strokeColor": "#e03131", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "b0F", + "roundness": null, + "seed": 761490449, + "version": 400, + "versionNonce": 1591512223, + "isDeleted": false, + "boundElements": [], + "updated": 1782196818775, + "link": null, + "locked": false, + "text": "Red", + "fontSize": 20, + "fontFamily": 5, + "textAlign": "center", + "verticalAlign": "middle", + "containerId": "Pb8_GwPeckZGUPnwFdUqq", + "originalText": "Red", + "autoResize": true, + "lineHeight": 1.25 + }, + { + "id": "jLdkMA1zcPzLZEOePJAMl", + "type": "rectangle", + "x": 469.0821379777876, + "y": -449.69474847234096, + "width": 187.38543198937808, + "height": 60, + "angle": 0, + "strokeColor": "#f08c00", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "b0G", + "roundness": { + "type": 3 + }, + "seed": 1058914801, + "version": 483, + "versionNonce": 1953976529, + "isDeleted": false, + "boundElements": [ + { + "id": "AjowCO7wKS2hgedLCeMoo", + "type": "arrow" + }, + { + "id": "OptGhtWU92Gx9Q5zPiwTW", + "type": "text" + } + ], + "updated": 1782196818775, + "link": null, + "locked": false + }, + { + "id": "OptGhtWU92Gx9Q5zPiwTW", + "type": "text", + "x": 485.91491439728134, + "y": -432.19474847234096, + "width": 153.71987915039062, + "height": 25, + "angle": 0, + "strokeColor": "#f08c00", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "b0H", + "roundness": null, + "seed": 919755729, + "version": 450, + "versionNonce": 771727551, + "isDeleted": false, + "boundElements": [], + "updated": 1782196818775, + "link": null, + "locked": false, + "text": "Brown / Orange", + "fontSize": 20, + "fontFamily": 5, + "textAlign": "center", + "verticalAlign": "middle", + "containerId": "jLdkMA1zcPzLZEOePJAMl", + "originalText": "Brown / Orange", + "autoResize": true, + "lineHeight": 1.25 + }, + { + "id": "raN_PDmD1AQp6Jrz3fn0j", + "type": "text", + "x": 755.8346883838526, + "y": -507.7742885157668, + "width": 259.1597900390625, + "height": 25, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "b0I", + "roundness": null, + "seed": 1687730609, + "version": 448, + "versionNonce": 1809256113, + "isDeleted": false, + "boundElements": [ + { + "id": "cWq4VnCO-muo7gW93MTlR", + "type": "arrow" + } + ], + "updated": 1782196818775, + "link": null, + "locked": false, + "text": "AFK (Away from keyboard)", + "fontSize": 20, + "fontFamily": 5, + "textAlign": "left", + "verticalAlign": "middle", + "containerId": null, + "originalText": "AFK (Away from keyboard)", + "autoResize": true, + "lineHeight": 1.25 + }, + { + "id": "c_y8n1xSI-74lh9dChpsI", + "type": "text", + "x": 755.8346883838526, + "y": -430.1952896445355, + "width": 129.7199249267578, + "height": 25, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "b0J", + "roundness": null, + "seed": 697850769, + "version": 477, + "versionNonce": 736833759, + "isDeleted": false, + "boundElements": [ + { + "id": "AjowCO7wKS2hgedLCeMoo", + "type": "arrow" + } + ], + "updated": 1782196818775, + "link": null, + "locked": false, + "text": "Out of scope", + "fontSize": 20, + "fontFamily": 5, + "textAlign": "left", + "verticalAlign": "middle", + "containerId": null, + "originalText": "Out of scope", + "autoResize": true, + "lineHeight": 1.25 + }, + { + "id": "cWq4VnCO-muo7gW93MTlR", + "type": "arrow", + "x": 655.0064547810521, + "y": -497.58513026401897, + "width": 90.32823360280076, + "height": 0.2529800481543134, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "b0K", + "roundness": { + "type": 2 + }, + "seed": 1443414385, + "version": 502, + "versionNonce": 64341375, + "isDeleted": false, + "boundElements": [], + "updated": 1782196818891, + "link": null, + "locked": false, + "points": [ + [ + 0, + 0 + ], + [ + 90.32823360280076, + 0.2529800481543134 + ] + ], + "startBinding": { + "elementId": "Pb8_GwPeckZGUPnwFdUqq", + "mode": "inside", + "fixedPoint": [ + 0.9922026212464774, + 0.49481028465922916 + ] + }, + "endBinding": { + "elementId": "raN_PDmD1AQp6Jrz3fn0j", + "mode": "orbit", + "fixedPoint": [ + -0.04051554447708548, + 0.41768553199608505 + ] + }, + "startArrowhead": null, + "endArrowhead": "arrow", + "elbowed": false, + "moveMidPointsWithElement": false + }, + { + "id": "AjowCO7wKS2hgedLCeMoo", + "type": "arrow", + "x": 655.0064547810521, + "y": -420.0061313927872, + "width": 90.32823360279963, + "height": 0.3430767326969999, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "b0L", + "roundness": { + "type": 2 + }, + "seed": 1194421073, + "version": 531, + "versionNonce": 1590931903, + "isDeleted": false, + "boundElements": [], + "updated": 1782196818891, + "link": null, + "locked": false, + "points": [ + [ + 0, + 0 + ], + [ + 90.32823360279963, + 0.3430767326969999 + ] + ], + "startBinding": { + "elementId": "jLdkMA1zcPzLZEOePJAMl", + "mode": "inside", + "fixedPoint": [ + 0.9922026212464774, + 0.49481028465922916 + ] + }, + "endBinding": { + "elementId": "c_y8n1xSI-74lh9dChpsI", + "mode": "orbit", + "fixedPoint": [ + -0.08094361761255564, + 0.4212893993778107 + ] + }, + "startArrowhead": null, + "endArrowhead": "arrow", + "elbowed": false, + "moveMidPointsWithElement": false + }, + { + "id": "cHvR9bvkCuvJqEAjxuFOJ", + "type": "arrow", + "x": 140.8649230981032, + "y": 337.30562303653005, + "width": 2.3223695537999447, + "height": 101.00080999312729, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 1, + "strokeStyle": "dashed", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "b0M", + "roundness": { + "type": 2 + }, + "seed": 1164564785, + "version": 187, + "versionNonce": 1786837617, + "isDeleted": false, + "boundElements": [], + "updated": 1782196760760, + "link": null, + "locked": false, + "points": [ + [ + 0, + 0 + ], + [ + 2.3223695537999447, + 101.00080999312729 + ] + ], + "startBinding": { + "elementId": "mTDjJDm3kboLZ_xIrg7TL", + "mode": "orbit", + "fixedPoint": [ + 0.5068340139429034, + 0.5001 + ] + }, + "endBinding": { + "elementId": "kehf7WHJV3lRQbm8eJlNy", + "mode": "orbit", + "fixedPoint": [ + 0.5263186740130664, + 0.4736813259869362 + ] + }, + "startArrowhead": null, + "endArrowhead": "arrow", + "elbowed": false, + "moveMidPointsWithElement": false + }, + { + "id": "xxhZLf17Jv-wkMG6UmTqn", + "type": "arrow", + "x": 252.47618835079584, + "y": 441.9242148256344, + "width": 138.22533425059464, + "height": 408.8604616840795, + "angle": 0, + "strokeColor": "#f08c00", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "b0N", + "roundness": { + "type": 2 + }, + "seed": 572099345, + "version": 266, + "versionNonce": 905371935, + "isDeleted": false, + "boundElements": [], + "updated": 1782196760760, + "link": null, + "locked": false, + "points": [ + [ + 0, + 0 + ], + [ + 138.22533425059464, + -408.8604616840795 + ] + ], + "startBinding": { + "elementId": "kehf7WHJV3lRQbm8eJlNy", + "mode": "orbit", + "fixedPoint": [ + 0.8698019290412891, + 0.869801929041287 + ] + }, + "endBinding": { + "elementId": "ySmkv0SGVZ4D7rpAwH9RJ", + "mode": "orbit", + "fixedPoint": [ + 0.11590115068446107, + 0.11590115068446188 + ] + }, + "startArrowhead": null, + "endArrowhead": "arrow", + "elbowed": false + }, + { + "id": "hC6pRwHGSNgZEe3uDlInQ", + "type": "arrow", + "x": -1206.8770899289857, + "y": -11.154148259674912, + "width": 110.52481403260117, + "height": 1.5546763557997565, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "b0O", + "roundness": { + "type": 2 + }, + "seed": 364380401, + "version": 232, + "versionNonce": 1916437585, + "isDeleted": false, + "boundElements": [], + "updated": 1782196760760, + "link": null, + "locked": false, + "points": [ + [ + 0, + 0 + ], + [ + 110.52481403260117, + -1.5546763557997565 + ] + ], + "startBinding": { + "elementId": "9opV9qK_3gQMTYc1ZN_7-", + "mode": "orbit", + "fixedPoint": [ + 0.558523446499195, + 0.5585234464992044 + ] + }, + "endBinding": { + "elementId": "ERACVLUonhj2tOL30x3m9", + "mode": "orbit", + "fixedPoint": [ + 0.482984821270232, + 0.5170151787297675 + ] + }, + "startArrowhead": null, + "endArrowhead": "arrow", + "elbowed": false, + "moveMidPointsWithElement": false + }, + { + "id": "hFXoniy5bnLVp3WUVLmaX", + "type": "arrow", + "x": -690.7012421451773, + "y": 312.4309567800592, + "width": 349.7110643829292, + "height": 273.70176993502037, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "b0P", + "roundness": { + "type": 2 + }, + "seed": 1573698257, + "version": 487, + "versionNonce": 1205560639, + "isDeleted": false, + "boundElements": [], + "updated": 1782196760760, + "link": null, + "locked": false, + "points": [ + [ + 0, + 0 + ], + [ + 349.7110643829292, + -273.70176993502037 + ] + ], + "startBinding": { + "elementId": "P91N_EqrgqkdCIU4D9Arc", + "mode": "orbit", + "fixedPoint": [ + 0.8335189195206902, + 0.16648108047931467 + ] + }, + "endBinding": { + "elementId": "n-B1Nybh8l6g-aq-R84J0", + "mode": "orbit", + "fixedPoint": [ + 0.44565085643468433, + 0.4456508564346855 + ] + }, + "startArrowhead": null, + "endArrowhead": "arrow", + "elbowed": false, + "moveMidPointsWithElement": false + }, + { + "id": "1GkaqrHPStHDkpuQa5LrD", + "type": "arrow", + "x": -142.00551351250851, + "y": 308.2806163605219, + "width": 176.4560370582185, + "height": 270.0437449511984, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "b0Q", + "roundness": { + "type": 2 + }, + "seed": 451885233, + "version": 289, + "versionNonce": 1105711665, + "isDeleted": false, + "boundElements": [], + "updated": 1782196760760, + "link": null, + "locked": false, + "points": [ + [ + 0, + 0 + ], + [ + 176.4560370582185, + -270.0437449511984 + ] + ], + "startBinding": { + "elementId": "ZGBZ1-TTlmI7980dL1dzQ", + "mode": "orbit", + "fixedPoint": [ + 0.7516492999481891, + 0.7516492999481872 + ] + }, + "endBinding": { + "elementId": "xi97uNfDJo966fPQOyD4M", + "mode": "orbit", + "fixedPoint": [ + 0.11442679887635183, + 0.8855732011236513 + ] + }, + "startArrowhead": null, + "endArrowhead": "arrow", + "elbowed": false, + "moveMidPointsWithElement": false + }, + { + "id": "1ILleOSxi_5Yqckug5S9p", + "type": "arrow", + "x": 259.8174365258815, + "y": 447.47351151972134, + "width": 499.8860338044342, + "height": 425.99277172543236, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "b0R", + "roundness": { + "type": 2 + }, + "seed": 1858534033, + "version": 185, + "versionNonce": 249193823, + "isDeleted": false, + "boundElements": [], + "updated": 1782196760760, + "link": null, + "locked": false, + "points": [ + [ + 0, + 0 + ], + [ + 499.8860338044342, + -425.99277172543236 + ] + ], + "startBinding": { + "elementId": "kehf7WHJV3lRQbm8eJlNy", + "mode": "orbit", + "fixedPoint": [ + 0.7110013456976593, + 0.7110013456976608 + ] + }, + "endBinding": { + "elementId": "IAQ22B4qFWqYq2qpvYE5L", + "mode": "orbit", + "fixedPoint": [ + 0.24417595283090368, + 0.24417595283090673 + ] + }, + "startArrowhead": null, + "endArrowhead": "arrow", + "elbowed": false + }, + { + "id": "0jhdzCV6tBgkonURWeKJS", + "type": "arrow", + "x": 1186.520355298374, + "y": 282.36788221625284, + "width": 1968.514884875198, + "height": 488.2492433884936, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "b0S", + "roundness": { + "type": 2 + }, + "seed": 1510703217, + "version": 928, + "versionNonce": 779117585, + "isDeleted": false, + "boundElements": [ + { + "type": "text", + "id": "p5OVSSfP2TM_rAfEhKscx" + } + ], + "updated": 1782196760760, + "link": null, + "locked": false, + "points": [ + [ + 0, + 0 + ], + [ + -1066.5998321988134, + 488.2492433884936 + ], + [ + -1968.514884875198, + 133.9758823340503 + ] + ], + "startBinding": { + "elementId": "Q3-zV0rV-pjL2qiWLilye", + "mode": "orbit", + "fixedPoint": [ + 0.5588161911657896, + 0.5588161911657933 + ] + }, + "endBinding": { + "elementId": "P91N_EqrgqkdCIU4D9Arc", + "mode": "orbit", + "fixedPoint": [ + 0.24032640380523526, + 0.7596735961947694 + ] + }, + "startArrowhead": null, + "endArrowhead": "arrow", + "elbowed": false, + "moveMidPointsWithElement": false + }, + { + "id": "p5OVSSfP2TM_rAfEhKscx", + "type": "text", + "x": -80.7093291953613, + "y": 745.6171256047464, + "width": 401.25970458984375, + "height": 50, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 1, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "b0T", + "roundness": null, + "seed": 1518619217, + "version": 114, + "versionNonce": 247869151, + "isDeleted": false, + "boundElements": [], + "updated": 1782196760763, + "link": null, + "locked": false, + "text": "Feedback on future component iterations\nensures deterministic output", + "fontSize": 20, + "fontFamily": 5, + "textAlign": "center", + "verticalAlign": "middle", + "containerId": "0jhdzCV6tBgkonURWeKJS", + "originalText": "Feedback on future component iterations\nensures deterministic output", + "autoResize": true, + "lineHeight": 1.25 + }, + { + "id": "pUF5f3M4Uf78tmRkuSG9Y", + "type": "arrow", + "x": -254.9122510413099, + "y": 412.6640274574829, + "width": 0.9603641615685774, + "height": 111.86598493497377, + "angle": 0, + "strokeColor": "#f08c00", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 1, + "strokeStyle": "dashed", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "b0U", + "roundness": { + "type": 2 + }, + "seed": 1225316401, + "version": 193, + "versionNonce": 63683057, + "isDeleted": false, + "boundElements": [], + "updated": 1782196760760, + "link": null, + "locked": false, + "points": [ + [ + 0, + 0 + ], + [ + 0.9603641615685774, + 111.86598493497377 + ] + ], + "startBinding": { + "elementId": "ZGBZ1-TTlmI7980dL1dzQ", + "mode": "orbit", + "fixedPoint": [ + 0.47264495180349847, + 0.5273550481965018 + ] + }, + "endBinding": { + "elementId": "7q5KLdjbMhDSRNYwdAej3", + "mode": "orbit", + "fixedPoint": [ + 0.4811249605295406, + 0.48112496052954146 + ] + }, + "startArrowhead": null, + "endArrowhead": "arrow", + "elbowed": false + }, + { + "id": "BXHfE7tPBQI2NeAAPQ8ct", + "type": "arrow", + "x": -1009.3968942613856, + "y": 36.806324041165226, + "width": 150.11677953056187, + "height": 274.14362338911724, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 1, + "strokeStyle": "dashed", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "b0V", + "roundness": { + "type": 2 + }, + "seed": 2004920849, + "version": 336, + "versionNonce": 995744159, + "isDeleted": false, + "boundElements": [ + { + "type": "text", + "id": "8hFM7v89cPzRy-lFtlaxR" + } + ], + "updated": 1782196760760, + "link": null, + "locked": false, + "points": [ + [ + 0, + 0 + ], + [ + -104.00381584989373, + 138.3863300311741 + ], + [ + -150.11677953056187, + 274.14362338911724 + ] + ], + "startBinding": { + "elementId": "ERACVLUonhj2tOL30x3m9", + "mode": "orbit", + "fixedPoint": [ + 0.4839761473388724, + 0.5160238526611317 + ] + }, + "endBinding": { + "elementId": "pLjsF5U_AfS3nkyMGL7BH", + "mode": "orbit", + "fixedPoint": [ + 0.42002092252697515, + 0.4200209225269768 + ] + }, + "startArrowhead": null, + "endArrowhead": "arrow", + "elbowed": false, + "moveMidPointsWithElement": false + }, + { + "id": "8hFM7v89cPzRy-lFtlaxR", + "type": "text", + "x": -1201.1906423622559, + "y": 137.69265407233934, + "width": 175.57986450195312, + "height": 75, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 1, + "strokeStyle": "dashed", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "b0W", + "roundness": null, + "seed": 249774065, + "version": 8, + "versionNonce": 587289553, + "isDeleted": false, + "boundElements": [], + "updated": 1782196760760, + "link": null, + "locked": false, + "text": "Validation ensured\nover MD template\n(enforcemet)", + "fontSize": 20, + "fontFamily": 5, + "textAlign": "center", + "verticalAlign": "middle", + "containerId": "BXHfE7tPBQI2NeAAPQ8ct", + "originalText": "Validation ensured over MD template\n(enforcemet)", + "autoResize": true, + "lineHeight": 1.25 + }, + { + "id": "1lM7IA4Fj3kfTQ4YT1WDy", + "type": "arrow", + "x": -802.589912470271, + "y": 416.34376455030315, + "width": 0.6454984600218268, + "height": 114.95774537997954, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 1, + "strokeStyle": "dashed", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "b0X", + "roundness": { + "type": 2 + }, + "seed": 758651345, + "version": 79, + "versionNonce": 122375615, + "isDeleted": false, + "boundElements": [], + "updated": 1782196760760, + "link": null, + "locked": false, + "points": [ + [ + 0, + 0 + ], + [ + 0.6454984600218268, + 114.95774537997954 + ] + ], + "startBinding": { + "elementId": "P91N_EqrgqkdCIU4D9Arc", + "mode": "orbit", + "fixedPoint": [ + 0.4907305783558144, + 0.5092694216441841 + ] + }, + "endBinding": { + "elementId": "4xcH4KC8rqhjs4gQ7MKal", + "mode": "orbit", + "fixedPoint": [ + 0.49114771198028145, + 0.49114771198028045 + ] + }, + "startArrowhead": null, + "endArrowhead": "arrow", + "elbowed": false + } + ], + "appState": { + "gridSize": 20, + "gridStep": 5, + "gridModeEnabled": false, + "viewBackgroundColor": "#ffffff", + "lockedMultiSelections": { + "sSoLOL9gaTY7xVrIeKQ0o": true + } + }, + "files": {} +} \ No newline at end of file diff --git a/apps/claude-code/unic-archon-dlc/docs/20260703-Unic-dlc-draft.mmd b/apps/claude-code/unic-archon-dlc/docs/20260703-Unic-dlc-draft.mmd new file mode 100644 index 00000000..5a3c7517 --- /dev/null +++ b/apps/claude-code/unic-archon-dlc/docs/20260703-Unic-dlc-draft.mmd @@ -0,0 +1,121 @@ +flowchart LR + N26["Unic-DLC command/skill"] + N27["Unic-DLC command/skill output"] + N28["HITL (Human in the loop) -> Unic's Value!"] + N29["AFK (Away from keyboard)"] + N30["Out of scope"] + subgraph SG_LxSatkTi87_3_YaLF8WGs ["Unic DLC - Vision implementation"] + N0("/specs") + N1("/setup (?)") + N4("PRD / SPECs component") + N5("PR (Validation gate)") + N6("ADRs") + N7("User Stories / Issues") + N8("Sync to ADO / GitHub") + N9("PR") + N10("PR") + N11("Component Assets") + N12("/triage") + N13("/tickets") + N14("/build") + N15("/pr-review") + N16("/qa") + N17("HITL") + N18("AFK") + N19("HITL") + N20(("Loop")) + end + subgraph SG_XPGXNIMT0LeAmNxoQB0a2 ["Out of scope"] + N2("/research") + N3("/prototype") + end + subgraph SG_2U1lUmvQVVmPtn2COk3xu ["Legend"] + N21("Solid Rectangle") + N22("Dashed Rectangle") + N23("Blue") + N24("Red") + N25("Brown / Orange") + end + N0 -.-> |"Validation ensured over MD template (enforcemet)"| N4 + N13 -.-> |"Validation ensured over MD template (enforcement)"| N7 + N15 -.-> |"Validation ensured over MD template (enforcement)"| N7 + N14 -.-> N20 + N16 -.-> N10 + N10 -.-> N11 + N0 --> N12 + N12 --> N13 + N13 --> N14 + N14 --> N15 + N15 --> N16 + N21 --> N26 + N22 --> N27 + N23 --> N28 + N24 --> N29 + N25 --> N30 + N20 -.-> N9 + N9 --> N15 + N1 --> N0 + N4 --> N13 + N7 --> N14 + N9 --> N16 + N11 --> |"Feedback on future component iterations ensures deterministic output"| N4 + N7 -.-> N8 + N0 -.-> |"Validation ensured over MD template (enforcemet)"| N6 + N4 -.-> N5 +style N0 stroke:#1e1e1e,fill:none +style N1 stroke:#1e1e1e,fill:none +style N2 stroke:#f08c00,fill:none,color:#f08c00 +style N3 stroke:#f08c00,fill:none,color:#f08c00 +style N4 stroke-dasharray: 5 5,stroke:#1971c2,fill:none,color:#1971c2 +style N5 stroke-dasharray: 5 5,stroke:#1971c2,fill:none,color:#1971c2 +style N6 stroke-dasharray: 5 5,stroke:#1971c2,fill:none,color:#1971c2 +style N7 stroke-dasharray: 5 5,stroke:#e03131,fill:none,color:#e03131 +style N8 stroke-dasharray: 5 5,stroke:#f08c00,fill:none,color:#f08c00 +style N9 stroke-dasharray: 5 5,stroke:#e03131,fill:none,color:#e03131 +style N10 stroke-dasharray: 5 5,stroke:#1971c2,fill:none,color:#1971c2 +style N11 stroke-dasharray: 5 5,stroke:#1e1e1e,fill:none +style N12 stroke:#1e1e1e,fill:none +style N13 stroke:#1e1e1e,fill:none +style N14 stroke:#1e1e1e,fill:none +style N15 stroke:#f08c00,fill:none,color:#f08c00 +style N16 stroke:#1e1e1e,fill:none +style N17 stroke:#1971c2,fill:none,color:#1971c2 +style N18 stroke:#e03131,fill:none,color:#e03131 +style N19 stroke:#1971c2,fill:none,color:#1971c2 +style N20 stroke-dasharray: 5 5,stroke:#1e1e1e,fill:none +style N21 stroke:#1e1e1e,stroke-width:0.5,fill:none +style N22 stroke-dasharray: 5 5,stroke:#1e1e1e,stroke-width:0.5,fill:none +style N23 stroke:#1971c2,stroke-width:0.5,fill:none,color:#1971c2 +style N24 stroke:#e03131,stroke-width:0.5,fill:none,color:#e03131 +style N25 stroke:#f08c00,stroke-width:0.5,fill:none,color:#f08c00 +style N26 fill:none,stroke:none +style N27 fill:none,stroke:none +style N28 fill:none,stroke:none +style N29 fill:none,stroke:none +style N30 fill:none,stroke:none +linkStyle 0 stroke-dasharray: 5 5 +linkStyle 1 stroke-dasharray: 5 5 +linkStyle 2 stroke-dasharray: 5 5,stroke:#e03131 +linkStyle 3 stroke-dasharray: 5 5 +linkStyle 4 stroke-dasharray: 5 5,stroke:#1971c2 +linkStyle 5 stroke-dasharray: 5 5 +linkStyle 6 stroke-width:0.5 +linkStyle 7 stroke-width:0.5 +linkStyle 8 stroke-width:0.5 +linkStyle 9 stroke-width:0.5 +linkStyle 10 stroke-width:0.5 +linkStyle 11 stroke-width:0.5 +linkStyle 12 stroke-width:0.5 +linkStyle 13 stroke-width:0.5 +linkStyle 14 stroke-width:0.5 +linkStyle 15 stroke-width:0.5 +linkStyle 16 stroke-dasharray: 5 5,stroke-width:0.5 +linkStyle 17 stroke:#f08c00,stroke-width:0.5 +linkStyle 18 stroke-width:0.5 +linkStyle 19 stroke-width:0.5 +linkStyle 20 stroke-width:0.5 +linkStyle 21 stroke-width:0.5 +linkStyle 22 stroke-width:0.5 +linkStyle 23 stroke-dasharray: 5 5,stroke:#f08c00,stroke-width:0.5 +linkStyle 24 stroke-dasharray: 5 5,stroke-width:0.5 +linkStyle 25 stroke-dasharray: 5 5,stroke-width:0.5 \ No newline at end of file diff --git a/apps/claude-code/unic-archon-dlc/docs/20260703-Unic-dlc.excalidraw b/apps/claude-code/unic-archon-dlc/docs/20260703-Unic-dlc.excalidraw new file mode 100644 index 00000000..983b6f3d --- /dev/null +++ b/apps/claude-code/unic-archon-dlc/docs/20260703-Unic-dlc.excalidraw @@ -0,0 +1,2491 @@ +{ + "type": "excalidraw", + "version": 2, + "source": "https://github.com/unic/unic-agents-plugins", + "elements": [ + { + "angle": 0, + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": null, + "seed": 653725789, + "version": 1, + "versionNonce": 1308604409, + "isDeleted": false, + "boundElements": [], + "updated": 1, + "link": null, + "locked": false, + "id": "sectxt-4", + "type": "text", + "x": 46, + "y": 704, + "width": 300, + "height": 16, + "strokeColor": "#adb5bd", + "text": "Legend", + "fontSize": 12, + "fontFamily": 1, + "textAlign": "left", + "verticalAlign": "top", + "containerId": null, + "originalText": "Legend", + "lineHeight": 1.25, + "autoResize": true + }, + { + "angle": 0, + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 1, + "strokeStyle": "dotted", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": { + "type": 3 + }, + "seed": 1491452196, + "version": 1, + "versionNonce": 2146330816, + "isDeleted": false, + "boundElements": [], + "updated": 1, + "link": null, + "locked": false, + "id": "sec-4", + "type": "rectangle", + "x": 40, + "y": 700, + "width": 1300, + "height": 100, + "strokeColor": "#adb5bd" + }, + { + "angle": 0, + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": null, + "seed": 181694956, + "version": 1, + "versionNonce": 836573576, + "isDeleted": false, + "boundElements": [], + "updated": 1, + "link": null, + "locked": false, + "id": "sectxt-3", + "type": "text", + "x": 1106, + "y": 504, + "width": 300, + "height": 16, + "strokeColor": "#adb5bd", + "text": "Referenced — not shipped", + "fontSize": 12, + "fontFamily": 1, + "textAlign": "left", + "verticalAlign": "top", + "containerId": null, + "originalText": "Referenced — not shipped", + "lineHeight": 1.25, + "autoResize": true + }, + { + "angle": 0, + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 1, + "strokeStyle": "dotted", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": { + "type": 3 + }, + "seed": 1019421363, + "version": 1, + "versionNonce": 1674299983, + "isDeleted": false, + "boundElements": [], + "updated": 1, + "link": null, + "locked": false, + "id": "sec-3", + "type": "rectangle", + "x": 1100, + "y": 500, + "width": 260, + "height": 210, + "strokeColor": "#adb5bd" + }, + { + "angle": 0, + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": null, + "seed": 1857147770, + "version": 1, + "versionNonce": 364542743, + "isDeleted": false, + "boundElements": [], + "updated": 1, + "link": null, + "locked": false, + "id": "sectxt-2", + "type": "text", + "x": 46, + "y": 504, + "width": 300, + "height": 16, + "strokeColor": "#adb5bd", + "text": "Off-line · on demand", + "fontSize": 12, + "fontFamily": 1, + "textAlign": "left", + "verticalAlign": "top", + "containerId": null, + "originalText": "Off-line · on demand", + "lineHeight": 1.25, + "autoResize": true + }, + { + "angle": 0, + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 1, + "strokeStyle": "dotted", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": { + "type": 3 + }, + "seed": 547390530, + "version": 1, + "versionNonce": 1202269150, + "isDeleted": false, + "boundElements": [], + "updated": 1, + "link": null, + "locked": false, + "id": "sec-2", + "type": "rectangle", + "x": 40, + "y": 500, + "width": 970, + "height": 130, + "strokeColor": "#adb5bd" + }, + { + "angle": 0, + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": null, + "seed": 1385116937, + "version": 1, + "versionNonce": 2039995557, + "isDeleted": false, + "boundElements": [], + "updated": 1, + "link": null, + "locked": false, + "id": "sectxt-1", + "type": "text", + "x": 256, + "y": 239, + "width": 300, + "height": 16, + "strokeColor": "#adb5bd", + "text": "On-ramps → agent-ready issues", + "fontSize": 12, + "fontFamily": 1, + "textAlign": "left", + "verticalAlign": "top", + "containerId": null, + "originalText": "On-ramps → agent-ready issues", + "lineHeight": 1.25, + "autoResize": true + }, + { + "angle": 0, + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 1, + "strokeStyle": "dotted", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": { + "type": 3 + }, + "seed": 75359697, + "version": 1, + "versionNonce": 730238317, + "isDeleted": false, + "boundElements": [], + "updated": 1, + "link": null, + "locked": false, + "id": "sec-1", + "type": "rectangle", + "x": 250, + "y": 235, + "width": 240, + "height": 265, + "strokeColor": "#adb5bd" + }, + { + "angle": 0, + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": null, + "seed": 913086104, + "version": 1, + "versionNonce": 1567964724, + "isDeleted": false, + "boundElements": [], + "updated": 1, + "link": null, + "locked": false, + "id": "sectxt-0", + "type": "text", + "x": 46, + "y": 44, + "width": 300, + "height": 16, + "strokeColor": "#adb5bd", + "text": "Main line", + "fontSize": 12, + "fontFamily": 1, + "textAlign": "left", + "verticalAlign": "top", + "containerId": null, + "originalText": "Main line", + "lineHeight": 1.25, + "autoResize": true + }, + { + "angle": 0, + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 1, + "strokeStyle": "dotted", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": { + "type": 3 + }, + "seed": 1750812511, + "version": 1, + "versionNonce": 258207484, + "isDeleted": false, + "boundElements": [], + "updated": 1, + "link": null, + "locked": false, + "id": "sec-0", + "type": "rectangle", + "x": 40, + "y": 40, + "width": 1280, + "height": 100, + "strokeColor": "#adb5bd" + }, + { + "angle": 0, + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": { + "type": 3 + }, + "seed": 946820236, + "version": 1, + "versionNonce": 1601698856, + "isDeleted": false, + "boundElements": [ + { + "id": "text-specs", + "type": "text" + } + ], + "updated": 1, + "link": null, + "locked": false, + "id": "rect-specs", + "type": "rectangle", + "x": 80, + "y": 90, + "width": 190, + "height": 62, + "strokeColor": "#1e1e1e" + }, + { + "angle": 0, + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": null, + "seed": 109093829, + "version": 1, + "versionNonce": 763972449, + "isDeleted": false, + "boundElements": [], + "updated": 1, + "link": null, + "locked": false, + "id": "text-specs", + "type": "text", + "x": 88, + "y": 111, + "width": 174, + "height": 20, + "strokeColor": "#1e1e1e", + "text": "/specs", + "fontSize": 14, + "fontFamily": 1, + "textAlign": "center", + "verticalAlign": "middle", + "containerId": "rect-specs", + "originalText": "/specs", + "lineHeight": 1.25, + "autoResize": true + }, + { + "angle": 0, + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": { + "type": 3 + }, + "seed": 1418851069, + "version": 1, + "versionNonce": 2073729689, + "isDeleted": false, + "boundElements": [ + { + "id": "text-tickets", + "type": "text" + } + ], + "updated": 1, + "link": null, + "locked": false, + "id": "rect-tickets", + "type": "rectangle", + "x": 340, + "y": 90, + "width": 190, + "height": 62, + "strokeColor": "#1e1e1e" + }, + { + "angle": 0, + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": null, + "seed": 581124662, + "version": 1, + "versionNonce": 1236003282, + "isDeleted": false, + "boundElements": [], + "updated": 1, + "link": null, + "locked": false, + "id": "text-tickets", + "type": "text", + "x": 348, + "y": 111, + "width": 174, + "height": 20, + "strokeColor": "#1e1e1e", + "text": "/tickets", + "fontSize": 14, + "fontFamily": 1, + "textAlign": "center", + "verticalAlign": "middle", + "containerId": "rect-tickets", + "originalText": "/tickets", + "lineHeight": 1.25, + "autoResize": true + }, + { + "angle": 0, + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": { + "type": 3 + }, + "seed": 1890881902, + "version": 1, + "versionNonce": 398276875, + "isDeleted": false, + "boundElements": [ + { + "id": "text-build", + "type": "text" + } + ], + "updated": 1, + "link": null, + "locked": false, + "id": "rect-build", + "type": "rectangle", + "x": 600, + "y": 90, + "width": 190, + "height": 62, + "strokeColor": "#e03131" + }, + { + "angle": 0, + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": null, + "seed": 1053155495, + "version": 1, + "versionNonce": 1708034115, + "isDeleted": false, + "boundElements": [], + "updated": 1, + "link": null, + "locked": false, + "id": "text-build", + "type": "text", + "x": 608, + "y": 111, + "width": 174, + "height": 20, + "strokeColor": "#e03131", + "text": "/build", + "fontSize": 14, + "fontFamily": 1, + "textAlign": "center", + "verticalAlign": "middle", + "containerId": "rect-build", + "originalText": "/build", + "lineHeight": 1.25, + "autoResize": true + }, + { + "angle": 0, + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": { + "type": 3 + }, + "seed": 215429088, + "version": 1, + "versionNonce": 870307708, + "isDeleted": false, + "boundElements": [ + { + "id": "text-prreview", + "type": "text" + } + ], + "updated": 1, + "link": null, + "locked": false, + "id": "rect-prreview", + "type": "rectangle", + "x": 860, + "y": 90, + "width": 190, + "height": 62, + "strokeColor": "#e03131" + }, + { + "angle": 0, + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": null, + "seed": 1525186328, + "version": 1, + "versionNonce": 32581301, + "isDeleted": false, + "boundElements": [], + "updated": 1, + "link": null, + "locked": false, + "id": "text-prreview", + "type": "text", + "x": 868, + "y": 111, + "width": 174, + "height": 20, + "strokeColor": "#e03131", + "text": "/pr-review", + "fontSize": 14, + "fontFamily": 1, + "textAlign": "center", + "verticalAlign": "middle", + "containerId": "rect-prreview", + "originalText": "/pr-review", + "lineHeight": 1.25, + "autoResize": true + }, + { + "angle": 0, + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": { + "type": 3 + }, + "seed": 687459921, + "version": 1, + "versionNonce": 1342338541, + "isDeleted": false, + "boundElements": [ + { + "id": "text-qa", + "type": "text" + } + ], + "updated": 1, + "link": null, + "locked": false, + "id": "rect-qa", + "type": "rectangle", + "x": 1120, + "y": 90, + "width": 190, + "height": 62, + "strokeColor": "#e03131" + }, + { + "angle": 0, + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": null, + "seed": 1997217161, + "version": 1, + "versionNonce": 504612134, + "isDeleted": false, + "boundElements": [], + "updated": 1, + "link": null, + "locked": false, + "id": "text-qa", + "type": "text", + "x": 1128, + "y": 111, + "width": 174, + "height": 20, + "strokeColor": "#e03131", + "text": "/qa", + "fontSize": 14, + "fontFamily": 1, + "textAlign": "center", + "verticalAlign": "middle", + "containerId": "rect-qa", + "originalText": "/qa", + "lineHeight": 1.25, + "autoResize": true + }, + { + "angle": 0, + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "dashed", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": { + "type": 3 + }, + "seed": 1159490754, + "version": 1, + "versionNonce": 1814369374, + "isDeleted": false, + "boundElements": [ + { + "id": "text-assets", + "type": "text" + } + ], + "updated": 1, + "link": null, + "locked": false, + "id": "rect-assets", + "type": "rectangle", + "x": 1120, + "y": 220, + "width": 190, + "height": 62, + "strokeColor": "#1971c2" + }, + { + "angle": 0, + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": null, + "seed": 321764347, + "version": 1, + "versionNonce": 976642967, + "isDeleted": false, + "boundElements": [], + "updated": 1, + "link": null, + "locked": false, + "id": "text-assets", + "type": "text", + "x": 1128, + "y": 241, + "width": 174, + "height": 20, + "strokeColor": "#1971c2", + "text": "Component Assets", + "fontSize": 14, + "fontFamily": 1, + "textAlign": "center", + "verticalAlign": "middle", + "containerId": "rect-assets", + "originalText": "Component Assets", + "lineHeight": 1.25, + "autoResize": true + }, + { + "angle": 0, + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": { + "type": 3 + }, + "seed": 1631521587, + "version": 1, + "versionNonce": 138916560, + "isDeleted": false, + "boundElements": [ + { + "id": "text-triage", + "type": "text" + } + ], + "updated": 1, + "link": null, + "locked": false, + "id": "rect-triage", + "type": "rectangle", + "x": 300, + "y": 260, + "width": 190, + "height": 62, + "strokeColor": "#1e1e1e" + }, + { + "angle": 0, + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": null, + "seed": 793795180, + "version": 1, + "versionNonce": 1448673800, + "isDeleted": false, + "boundElements": [], + "updated": 1, + "link": null, + "locked": false, + "id": "text-triage", + "type": "text", + "x": 308, + "y": 281, + "width": 174, + "height": 20, + "strokeColor": "#1e1e1e", + "text": "/triage", + "fontSize": 14, + "fontFamily": 1, + "textAlign": "center", + "verticalAlign": "middle", + "containerId": "rect-triage", + "originalText": "/triage", + "lineHeight": 1.25, + "autoResize": true + }, + { + "angle": 0, + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": { + "type": 3 + }, + "seed": 2103552420, + "version": 1, + "versionNonce": 610947393, + "isDeleted": false, + "boundElements": [ + { + "id": "text-qafind", + "type": "text" + } + ], + "updated": 1, + "link": null, + "locked": false, + "id": "rect-qafind", + "type": "rectangle", + "x": 300, + "y": 340, + "width": 190, + "height": 62, + "strokeColor": "#1e1e1e" + }, + { + "angle": 0, + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": null, + "seed": 1265826013, + "version": 1, + "versionNonce": 1920704633, + "isDeleted": false, + "boundElements": [], + "updated": 1, + "link": null, + "locked": false, + "id": "text-qafind", + "type": "text", + "x": 308, + "y": 361, + "width": 174, + "height": 20, + "strokeColor": "#1e1e1e", + "text": "/qa findings", + "fontSize": 14, + "fontFamily": 1, + "textAlign": "center", + "verticalAlign": "middle", + "containerId": "rect-qafind", + "originalText": "/qa findings", + "lineHeight": 1.25, + "autoResize": true + }, + { + "angle": 0, + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": { + "type": 3 + }, + "seed": 428099606, + "version": 1, + "versionNonce": 1082978226, + "isDeleted": false, + "boundElements": [ + { + "id": "text-humans", + "type": "text" + } + ], + "updated": 1, + "link": null, + "locked": false, + "id": "rect-humans", + "type": "rectangle", + "x": 300, + "y": 420, + "width": 190, + "height": 62, + "strokeColor": "#1e1e1e" + }, + { + "angle": 0, + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": null, + "seed": 1737856846, + "version": 1, + "versionNonce": 245251819, + "isDeleted": false, + "boundElements": [], + "updated": 1, + "link": null, + "locked": false, + "id": "text-humans", + "type": "text", + "x": 308, + "y": 441, + "width": 174, + "height": 20, + "strokeColor": "#1e1e1e", + "text": "humans", + "fontSize": 14, + "fontFamily": 1, + "textAlign": "center", + "verticalAlign": "middle", + "containerId": "rect-humans", + "originalText": "humans", + "lineHeight": 1.25, + "autoResize": true + }, + { + "angle": 0, + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": { + "type": 3 + }, + "seed": 900130439, + "version": 1, + "versionNonce": 1555009059, + "isDeleted": false, + "boundElements": [ + { + "id": "text-setup", + "type": "text" + } + ], + "updated": 1, + "link": null, + "locked": false, + "id": "rect-setup", + "type": "rectangle", + "x": 80, + "y": 540, + "width": 190, + "height": 62, + "strokeColor": "#1e1e1e" + }, + { + "angle": 0, + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": null, + "seed": 62404032, + "version": 1, + "versionNonce": 717282652, + "isDeleted": false, + "boundElements": [], + "updated": 1, + "link": null, + "locked": false, + "id": "text-setup", + "type": "text", + "x": 88, + "y": 561, + "width": 174, + "height": 20, + "strokeColor": "#1e1e1e", + "text": "/setup", + "fontSize": 14, + "fontFamily": 1, + "textAlign": "center", + "verticalAlign": "middle", + "containerId": "rect-setup", + "originalText": "/setup", + "lineHeight": 1.25, + "autoResize": true + }, + { + "angle": 0, + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": { + "type": 3 + }, + "seed": 1372161272, + "version": 1, + "versionNonce": 2027039892, + "isDeleted": false, + "boundElements": [ + { + "id": "text-explore", + "type": "text" + } + ], + "updated": 1, + "link": null, + "locked": false, + "id": "rect-explore", + "type": "rectangle", + "x": 340, + "y": 540, + "width": 190, + "height": 62, + "strokeColor": "#e03131" + }, + { + "angle": 0, + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": null, + "seed": 534434865, + "version": 1, + "versionNonce": 1189313485, + "isDeleted": false, + "boundElements": [], + "updated": 1, + "link": null, + "locked": false, + "id": "text-explore", + "type": "text", + "x": 348, + "y": 561, + "width": 174, + "height": 20, + "strokeColor": "#e03131", + "text": "/explore", + "fontSize": 14, + "fontFamily": 1, + "textAlign": "center", + "verticalAlign": "middle", + "containerId": "rect-explore", + "originalText": "/explore", + "lineHeight": 1.25, + "autoResize": true + }, + { + "angle": 0, + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": { + "type": 3 + }, + "seed": 1844192105, + "version": 1, + "versionNonce": 351587078, + "isDeleted": false, + "boundElements": [ + { + "id": "text-improve", + "type": "text" + } + ], + "updated": 1, + "link": null, + "locked": false, + "id": "rect-improve", + "type": "rectangle", + "x": 600, + "y": 540, + "width": 190, + "height": 62, + "strokeColor": "#1e1e1e" + }, + { + "angle": 0, + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": null, + "seed": 1006465698, + "version": 1, + "versionNonce": 1661344318, + "isDeleted": false, + "boundElements": [], + "updated": 1, + "link": null, + "locked": false, + "id": "text-improve", + "type": "text", + "x": 608, + "y": 561, + "width": 174, + "height": 20, + "strokeColor": "#1e1e1e", + "text": "/improve-architecture", + "fontSize": 14, + "fontFamily": 1, + "textAlign": "center", + "verticalAlign": "middle", + "containerId": "rect-improve", + "originalText": "/improve-architecture", + "lineHeight": 1.25, + "autoResize": true + }, + { + "angle": 0, + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": { + "type": 3 + }, + "seed": 168739291, + "version": 1, + "versionNonce": 823617911, + "isDeleted": false, + "boundElements": [ + { + "id": "text-cleanup", + "type": "text" + } + ], + "updated": 1, + "link": null, + "locked": false, + "id": "rect-cleanup", + "type": "rectangle", + "x": 880, + "y": 540, + "width": 190, + "height": 62, + "strokeColor": "#1e1e1e" + }, + { + "angle": 0, + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": null, + "seed": 1478496531, + "version": 1, + "versionNonce": 2133375151, + "isDeleted": false, + "boundElements": [], + "updated": 1, + "link": null, + "locked": false, + "id": "text-cleanup", + "type": "text", + "x": 888, + "y": 561, + "width": 174, + "height": 20, + "strokeColor": "#1e1e1e", + "text": "/cleanup", + "fontSize": 14, + "fontFamily": 1, + "textAlign": "center", + "verticalAlign": "middle", + "containerId": "rect-cleanup", + "originalText": "/cleanup", + "lineHeight": 1.25, + "autoResize": true + }, + { + "angle": 0, + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "dashed", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": { + "type": 3 + }, + "seed": 640770124, + "version": 1, + "versionNonce": 1295648744, + "isDeleted": false, + "boundElements": [ + { + "id": "text-handoff", + "type": "text" + } + ], + "updated": 1, + "link": null, + "locked": false, + "id": "rect-handoff", + "type": "rectangle", + "x": 1140, + "y": 540, + "width": 190, + "height": 62, + "strokeColor": "#f08c00" + }, + { + "angle": 0, + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": null, + "seed": 1950527364, + "version": 1, + "versionNonce": 457922337, + "isDeleted": false, + "boundElements": [], + "updated": 1, + "link": null, + "locked": false, + "id": "text-handoff", + "type": "text", + "x": 1148, + "y": 561, + "width": 174, + "height": 20, + "strokeColor": "#f08c00", + "text": "/handoff", + "fontSize": 14, + "fontFamily": 1, + "textAlign": "center", + "verticalAlign": "middle", + "containerId": "rect-handoff", + "originalText": "/handoff", + "lineHeight": 1.25, + "autoResize": true + }, + { + "angle": 0, + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "dashed", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": { + "type": 3 + }, + "seed": 1112800957, + "version": 1, + "versionNonce": 1767679577, + "isDeleted": false, + "boundElements": [ + { + "id": "text-prototype", + "type": "text" + } + ], + "updated": 1, + "link": null, + "locked": false, + "id": "rect-prototype", + "type": "rectangle", + "x": 1140, + "y": 620, + "width": 190, + "height": 62, + "strokeColor": "#f08c00" + }, + { + "angle": 0, + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": null, + "seed": 275074550, + "version": 1, + "versionNonce": 929953170, + "isDeleted": false, + "boundElements": [], + "updated": 1, + "link": null, + "locked": false, + "id": "text-prototype", + "type": "text", + "x": 1148, + "y": 641, + "width": 174, + "height": 20, + "strokeColor": "#f08c00", + "text": "/prototype", + "fontSize": 14, + "fontFamily": 1, + "textAlign": "center", + "verticalAlign": "middle", + "containerId": "rect-prototype", + "originalText": "/prototype", + "lineHeight": 1.25, + "autoResize": true + }, + { + "angle": 0, + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": { + "type": 3 + }, + "seed": 1584831790, + "version": 1, + "versionNonce": 92226763, + "isDeleted": false, + "boundElements": [ + { + "id": "text-L1", + "type": "text" + } + ], + "updated": 1, + "link": null, + "locked": false, + "id": "rect-L1", + "type": "rectangle", + "x": 80, + "y": 730, + "width": 190, + "height": 62, + "strokeColor": "#e03131" + }, + { + "angle": 0, + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": null, + "seed": 747105383, + "version": 1, + "versionNonce": 1401984003, + "isDeleted": false, + "boundElements": [], + "updated": 1, + "link": null, + "locked": false, + "id": "text-L1", + "type": "text", + "x": 88, + "y": 751, + "width": 174, + "height": 20, + "strokeColor": "#e03131", + "text": "Archon workflow — AFK, isolated", + "fontSize": 14, + "fontFamily": 1, + "textAlign": "center", + "verticalAlign": "middle", + "containerId": "rect-L1", + "originalText": "Archon workflow — AFK, isolated", + "lineHeight": 1.25, + "autoResize": true + }, + { + "angle": 0, + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": { + "type": 3 + }, + "seed": 2056862623, + "version": 1, + "versionNonce": 564257596, + "isDeleted": false, + "boundElements": [ + { + "id": "text-L2", + "type": "text" + } + ], + "updated": 1, + "link": null, + "locked": false, + "id": "rect-L2", + "type": "rectangle", + "x": 400, + "y": 730, + "width": 190, + "height": 62, + "strokeColor": "#1e1e1e" + }, + { + "angle": 0, + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": null, + "seed": 1219136216, + "version": 1, + "versionNonce": 1874014836, + "isDeleted": false, + "boundElements": [], + "updated": 1, + "link": null, + "locked": false, + "id": "text-L2", + "type": "text", + "x": 408, + "y": 751, + "width": 174, + "height": 20, + "strokeColor": "#1e1e1e", + "text": "Command / skill — interactive · repo-global", + "fontSize": 14, + "fontFamily": 1, + "textAlign": "center", + "verticalAlign": "middle", + "containerId": "rect-L2", + "originalText": "Command / skill — interactive · repo-global", + "lineHeight": 1.25, + "autoResize": true + }, + { + "angle": 0, + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "dashed", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": { + "type": 3 + }, + "seed": 381409809, + "version": 1, + "versionNonce": 1036288429, + "isDeleted": false, + "boundElements": [ + { + "id": "text-L3", + "type": "text" + } + ], + "updated": 1, + "link": null, + "locked": false, + "id": "rect-L3", + "type": "rectangle", + "x": 760, + "y": 730, + "width": 190, + "height": 62, + "strokeColor": "#f08c00" + }, + { + "angle": 0, + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": null, + "seed": 1691167049, + "version": 1, + "versionNonce": 198562022, + "isDeleted": false, + "boundElements": [], + "updated": 1, + "link": null, + "locked": false, + "id": "text-L3", + "type": "text", + "x": 768, + "y": 751, + "width": 174, + "height": 20, + "strokeColor": "#f08c00", + "text": "Referenced Matt skill — not shipped", + "fontSize": 14, + "fontFamily": 1, + "textAlign": "center", + "verticalAlign": "middle", + "containerId": "rect-L3", + "originalText": "Referenced Matt skill — not shipped", + "lineHeight": 1.25, + "autoResize": true + }, + { + "angle": 0, + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "dashed", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": { + "type": 3 + }, + "seed": 853440642, + "version": 1, + "versionNonce": 1508319262, + "isDeleted": false, + "boundElements": [ + { + "id": "text-L4", + "type": "text" + } + ], + "updated": 1, + "link": null, + "locked": false, + "id": "rect-L4", + "type": "rectangle", + "x": 1080, + "y": 730, + "width": 190, + "height": 62, + "strokeColor": "#1971c2" + }, + { + "angle": 0, + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": null, + "seed": 15714235, + "version": 1, + "versionNonce": 670592855, + "isDeleted": false, + "boundElements": [], + "updated": 1, + "link": null, + "locked": false, + "id": "text-L4", + "type": "text", + "x": 1088, + "y": 751, + "width": 174, + "height": 20, + "strokeColor": "#1971c2", + "text": "Artifact — baton between boxes", + "fontSize": 14, + "fontFamily": 1, + "textAlign": "center", + "verticalAlign": "middle", + "containerId": "rect-L4", + "originalText": "Artifact — baton between boxes", + "lineHeight": 1.25, + "autoResize": true + }, + { + "angle": 0, + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": { + "type": 2 + }, + "seed": 1325471475, + "version": 1, + "versionNonce": 1980350095, + "isDeleted": false, + "boundElements": [], + "updated": 1, + "link": null, + "locked": false, + "id": "arrow-0-specs-tickets", + "type": "arrow", + "x": 270, + "y": 121, + "width": 70, + "height": 0, + "strokeColor": "#1e1e1e", + "points": [ + [ + 0, + 0 + ], + [ + 70, + 0 + ] + ], + "lastCommittedPoint": null, + "startBinding": null, + "endBinding": null, + "startArrowhead": null, + "endArrowhead": "arrow" + }, + { + "angle": 0, + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": { + "type": 2 + }, + "seed": 487745068, + "version": 1, + "versionNonce": 1142623688, + "isDeleted": false, + "boundElements": [], + "updated": 1, + "link": null, + "locked": false, + "id": "arrow-1-tickets-build", + "type": "arrow", + "x": 530, + "y": 121, + "width": 70, + "height": 0, + "strokeColor": "#1e1e1e", + "points": [ + [ + 0, + 0 + ], + [ + 70, + 0 + ] + ], + "lastCommittedPoint": null, + "startBinding": null, + "endBinding": null, + "startArrowhead": null, + "endArrowhead": "arrow" + }, + { + "angle": 0, + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": null, + "seed": 1797502308, + "version": 1, + "versionNonce": 304897281, + "isDeleted": false, + "boundElements": [], + "updated": 1, + "link": null, + "locked": false, + "id": "lbl-1-tickets-build", + "type": "text", + "x": 526.5, + "y": 113, + "width": 77, + "height": 18, + "strokeColor": "#495057", + "text": "issues.json", + "fontSize": 12, + "fontFamily": 1, + "textAlign": "center", + "verticalAlign": "middle", + "containerId": null, + "originalText": "issues.json", + "lineHeight": 1.25, + "autoResize": true + }, + { + "angle": 0, + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": { + "type": 2 + }, + "seed": 959775901, + "version": 1, + "versionNonce": 1614654521, + "isDeleted": false, + "boundElements": [], + "updated": 1, + "link": null, + "locked": false, + "id": "arrow-2-build-prreview", + "type": "arrow", + "x": 790, + "y": 121, + "width": 70, + "height": 0, + "strokeColor": "#1e1e1e", + "points": [ + [ + 0, + 0 + ], + [ + 70, + 0 + ] + ], + "lastCommittedPoint": null, + "startBinding": null, + "endBinding": null, + "startArrowhead": null, + "endArrowhead": "arrow" + }, + { + "angle": 0, + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": { + "type": 2 + }, + "seed": 122049494, + "version": 1, + "versionNonce": 776928114, + "isDeleted": false, + "boundElements": [], + "updated": 1, + "link": null, + "locked": false, + "id": "arrow-3-prreview-qa", + "type": "arrow", + "x": 1050, + "y": 121, + "width": 70, + "height": 0, + "strokeColor": "#1e1e1e", + "points": [ + [ + 0, + 0 + ], + [ + 70, + 0 + ] + ], + "lastCommittedPoint": null, + "startBinding": null, + "endBinding": null, + "startArrowhead": null, + "endArrowhead": "arrow" + }, + { + "angle": 0, + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": { + "type": 2 + }, + "seed": 1431806734, + "version": 1, + "versionNonce": 2086685354, + "isDeleted": false, + "boundElements": [], + "updated": 1, + "link": null, + "locked": false, + "id": "arrow-4-triage-tickets", + "type": "arrow", + "x": 395, + "y": 260, + "width": 40, + "height": 108, + "strokeColor": "#1e1e1e", + "points": [ + [ + 0, + 0 + ], + [ + 40, + -108 + ] + ], + "lastCommittedPoint": null, + "startBinding": null, + "endBinding": null, + "startArrowhead": null, + "endArrowhead": "arrow" + }, + { + "angle": 0, + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": { + "type": 2 + }, + "seed": 594080327, + "version": 1, + "versionNonce": 1248958947, + "isDeleted": false, + "boundElements": [], + "updated": 1, + "link": null, + "locked": false, + "id": "arrow-5-qafind-tickets", + "type": "arrow", + "x": 395, + "y": 340, + "width": 40, + "height": 188, + "strokeColor": "#1e1e1e", + "points": [ + [ + 0, + 0 + ], + [ + 40, + -188 + ] + ], + "lastCommittedPoint": null, + "startBinding": null, + "endBinding": null, + "startArrowhead": null, + "endArrowhead": "arrow" + }, + { + "angle": 0, + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": { + "type": 2 + }, + "seed": 1903837567, + "version": 1, + "versionNonce": 411232540, + "isDeleted": false, + "boundElements": [], + "updated": 1, + "link": null, + "locked": false, + "id": "arrow-6-humans-tickets", + "type": "arrow", + "x": 395, + "y": 420, + "width": 40, + "height": 268, + "strokeColor": "#1e1e1e", + "points": [ + [ + 0, + 0 + ], + [ + 40, + -268 + ] + ], + "lastCommittedPoint": null, + "startBinding": null, + "endBinding": null, + "startArrowhead": null, + "endArrowhead": "arrow" + }, + { + "angle": 0, + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "dashed", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": { + "type": 2 + }, + "seed": 1066111160, + "version": 1, + "versionNonce": 1720989780, + "isDeleted": false, + "boundElements": [], + "updated": 1, + "link": null, + "locked": false, + "id": "arrow-7-setup-specs", + "type": "arrow", + "x": 175, + "y": 540, + "width": 0, + "height": 388, + "strokeColor": "#1971c2", + "points": [ + [ + 0, + 0 + ], + [ + 0, + -388 + ] + ], + "lastCommittedPoint": null, + "startBinding": null, + "endBinding": null, + "startArrowhead": null, + "endArrowhead": "arrow" + }, + { + "angle": 0, + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": null, + "seed": 228384753, + "version": 1, + "versionNonce": 883263373, + "isDeleted": false, + "boundElements": [], + "updated": 1, + "link": null, + "locked": false, + "id": "lbl-7-setup-specs", + "type": "text", + "x": 112, + "y": 338, + "width": 126, + "height": 18, + "strokeColor": "#495057", + "text": "writes config.yaml", + "fontSize": 12, + "fontFamily": 1, + "textAlign": "center", + "verticalAlign": "middle", + "containerId": null, + "originalText": "writes config.yaml", + "lineHeight": 1.25, + "autoResize": true + }, + { + "angle": 0, + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "dashed", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": { + "type": 2 + }, + "seed": 1538141993, + "version": 1, + "versionNonce": 45536966, + "isDeleted": false, + "boundElements": [], + "updated": 1, + "link": null, + "locked": false, + "id": "arrow-8-explore-specs", + "type": "arrow", + "x": 435, + "y": 540, + "width": 260, + "height": 388, + "strokeColor": "#1971c2", + "points": [ + [ + 0, + 0 + ], + [ + -260, + -388 + ] + ], + "lastCommittedPoint": null, + "startBinding": null, + "endBinding": null, + "startArrowhead": null, + "endArrowhead": "arrow" + }, + { + "angle": 0, + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": null, + "seed": 700415586, + "version": 1, + "versionNonce": 1355294206, + "isDeleted": false, + "boundElements": [], + "updated": 1, + "link": null, + "locked": false, + "id": "lbl-8-explore-specs", + "type": "text", + "x": 200, + "y": 338, + "width": 210, + "height": 18, + "strokeColor": "#495057", + "text": "findings.md · Integrated Brief", + "fontSize": 12, + "fontFamily": 1, + "textAlign": "center", + "verticalAlign": "middle", + "containerId": null, + "originalText": "findings.md · Integrated Brief", + "lineHeight": 1.25, + "autoResize": true + }, + { + "angle": 0, + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "dashed", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": { + "type": 2 + }, + "seed": 2010172826, + "version": 1, + "versionNonce": 517567799, + "isDeleted": false, + "boundElements": [], + "updated": 1, + "link": null, + "locked": false, + "id": "arrow-9-specs-tickets", + "type": "arrow", + "x": 270, + "y": 121, + "width": 70, + "height": 0, + "strokeColor": "#1971c2", + "points": [ + [ + 0, + 0 + ], + [ + 70, + 0 + ] + ], + "lastCommittedPoint": null, + "startBinding": null, + "endBinding": null, + "startArrowhead": null, + "endArrowhead": "arrow" + }, + { + "angle": 0, + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": null, + "seed": 1172446419, + "version": 1, + "versionNonce": 1827325039, + "isDeleted": false, + "boundElements": [], + "updated": 1, + "link": null, + "locked": false, + "id": "lbl-9-specs-tickets", + "type": "text", + "x": 284, + "y": 113, + "width": 42, + "height": 18, + "strokeColor": "#495057", + "text": "PRD.md", + "fontSize": 12, + "fontFamily": 1, + "textAlign": "center", + "verticalAlign": "middle", + "containerId": null, + "originalText": "PRD.md", + "lineHeight": 1.25, + "autoResize": true + }, + { + "angle": 0, + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "dashed", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": { + "type": 2 + }, + "seed": 334720012, + "version": 1, + "versionNonce": 989598632, + "isDeleted": false, + "boundElements": [], + "updated": 1, + "link": null, + "locked": false, + "id": "arrow-10-explore-prototype", + "type": "arrow", + "x": 530, + "y": 571, + "width": 610, + "height": 80, + "strokeColor": "#1971c2", + "points": [ + [ + 0, + 0 + ], + [ + 610, + 80 + ] + ], + "lastCommittedPoint": null, + "startBinding": null, + "endBinding": null, + "startArrowhead": null, + "endArrowhead": "arrow" + }, + { + "angle": 0, + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": null, + "seed": 1644477252, + "version": 1, + "versionNonce": 151872225, + "isDeleted": false, + "boundElements": [], + "updated": 1, + "link": null, + "locked": false, + "id": "lbl-10-explore-prototype", + "type": "text", + "x": 800, + "y": 603, + "width": 70, + "height": 18, + "strokeColor": "#495057", + "text": "references", + "fontSize": 12, + "fontFamily": 1, + "textAlign": "center", + "verticalAlign": "middle", + "containerId": null, + "originalText": "references", + "lineHeight": 1.25, + "autoResize": true + }, + { + "angle": 0, + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "dashed", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": { + "type": 2 + }, + "seed": 806750845, + "version": 1, + "versionNonce": 1461629465, + "isDeleted": false, + "boundElements": [], + "updated": 1, + "link": null, + "locked": false, + "id": "arrow-11-qa-assets", + "type": "arrow", + "x": 1215, + "y": 152, + "width": 0, + "height": 68, + "strokeColor": "#1971c2", + "points": [ + [ + 0, + 0 + ], + [ + 0, + 68 + ] + ], + "lastCommittedPoint": null, + "startBinding": null, + "endBinding": null, + "startArrowhead": null, + "endArrowhead": "arrow" + }, + { + "angle": 0, + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": null, + "seed": 2116508085, + "version": 1, + "versionNonce": 623903058, + "isDeleted": false, + "boundElements": [], + "updated": 1, + "link": null, + "locked": false, + "id": "lbl-11-qa-assets", + "type": "text", + "x": 1159, + "y": 178, + "width": 112, + "height": 18, + "strokeColor": "#495057", + "text": "Component Assets", + "fontSize": 12, + "fontFamily": 1, + "textAlign": "center", + "verticalAlign": "middle", + "containerId": null, + "originalText": "Component Assets", + "lineHeight": 1.25, + "autoResize": true + }, + { + "angle": 0, + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "dashed", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": { + "type": 2 + }, + "seed": 1278781678, + "version": 1, + "versionNonce": 1933660298, + "isDeleted": false, + "boundElements": [], + "updated": 1, + "link": null, + "locked": false, + "id": "arrow-12-assets-specs", + "type": "arrow", + "x": 1120, + "y": 251, + "width": 850, + "height": 130, + "strokeColor": "#1971c2", + "points": [ + [ + 0, + 0 + ], + [ + -850, + -130 + ] + ], + "lastCommittedPoint": null, + "startBinding": null, + "endBinding": null, + "startArrowhead": null, + "endArrowhead": "arrow" + }, + { + "angle": 0, + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": null, + "seed": 441055271, + "version": 1, + "versionNonce": 1095933891, + "isDeleted": false, + "boundElements": [], + "updated": 1, + "link": null, + "locked": false, + "id": "lbl-12-assets-specs", + "type": "text", + "x": 555, + "y": 178, + "width": 280, + "height": 18, + "strokeColor": "#495057", + "text": "deterministic output — emergent (fresh-slice-reads-committed-repo)", + "fontSize": 12, + "fontFamily": 1, + "textAlign": "center", + "verticalAlign": "middle", + "containerId": null, + "originalText": "deterministic output — emergent (fresh-slice-reads-committed-repo)", + "lineHeight": 1.25, + "autoResize": true + } + ], + "appState": { + "gridSize": null, + "viewBackgroundColor": "#ffffff" + }, + "files": {} +} \ No newline at end of file diff --git a/apps/claude-code/unic-archon-dlc/docs/20260703-Unic-dlc.mmd b/apps/claude-code/unic-archon-dlc/docs/20260703-Unic-dlc.mmd new file mode 100644 index 00000000..ae883e4c --- /dev/null +++ b/apps/claude-code/unic-archon-dlc/docs/20260703-Unic-dlc.mmd @@ -0,0 +1,59 @@ +%% Unic DLC — vision implementation (two-axis architecture) +%% Canonical as of 2026-07-03. Supersedes 20260703-Unic-dlc-draft.{mmd,excalidraw}. +%% Axis 1 — CONTAINER (ADR-0017): ARCHON workflows (AFK, isolated) run /build /qa /pr-review /explore; +%% COMMAND/SKILL (interactive or repo-global) run the rest, composing Matt Pocock's originals. +%% Axis 2 — GENERICITY (ADR-0016/0018): the DLC owns the WHAT; it composes team system-skills for the HOW. +%% Gates: HITL by default, AFK opt-in per Archon box via config (ADR-0017); skill boxes are inherently HITL. +flowchart LR + classDef archon stroke:#e03131,stroke-width:2px,fill:none,color:#e03131; + classDef skill stroke:#1e1e1e,stroke-width:2px,fill:none,color:#1e1e1e; + classDef ref stroke:#f08c00,stroke-width:1px,stroke-dasharray:5 5,fill:none,color:#f08c00; + classDef artifact stroke:#1971c2,stroke-width:1px,stroke-dasharray:5 5,fill:none,color:#1971c2; + + subgraph MAIN["Main line"] + specs("/specs"):::skill + tickets("/tickets"):::skill + build("/build"):::archon + prreview("/pr-review"):::archon + qa("/qa"):::archon + specs --> tickets --> build --> prreview --> qa + end + + subgraph ONRAMP["On-ramps → agent-ready issues"] + triage("/triage"):::skill + qafind("/qa findings"):::skill + humans("humans") + end + triage --> tickets + qafind --> tickets + humans --> tickets + + subgraph OFFLINE["Off-line · on demand"] + setup("/setup"):::skill + explore("/explore"):::archon + improve("/improve-architecture"):::skill + cleanup("/cleanup"):::skill + end + + subgraph REF["Referenced — Matt's skills, not shipped"] + handoff("/handoff"):::ref + prototype("/prototype"):::ref + end + + %% Batons — artifacts carry state between boxes (no conversation memory; ADR-0013/0015) + setup -. "writes .archon/unic-dlc.config.yaml" .-> specs + explore -. "findings.md · Integrated Brief" .-> specs + specs -. "PRD.md" .-> tickets + tickets -. "issues.json" .-> build + explore -. "references (interactive prototyping)" .-> prototype + + %% Emergent property, NOT a workflow (PLAN #12): fresh slices read the committed repo + qa -. "Component Assets" .-> assets("Component Assets"):::artifact + assets -. "deterministic output — emergent from fresh-slice-reads-committed-repo (see CONTEXT.md)" .-> specs + + subgraph LEGEND["Legend"] + L1("Archon workflow — AFK, isolated"):::archon + L2("Command / skill — interactive · repo-global"):::skill + L3("Referenced Matt skill — not shipped"):::ref + L4("Artifact — baton between boxes"):::artifact + end diff --git a/apps/claude-code/unic-archon-dlc/docs/redesign/README.md b/apps/claude-code/unic-archon-dlc/docs/redesign/README.md index 1bde5de9..f328db43 100644 --- a/apps/claude-code/unic-archon-dlc/docs/redesign/README.md +++ b/apps/claude-code/unic-archon-dlc/docs/redesign/README.md @@ -6,6 +6,8 @@ This directory drives the refactor of `unic-archon-dlc` into a **thin, Matt-alig ## Progress — update after each step +> **✅ Redesign complete (2026-07-03).** All 12 build steps + finalize are shipped to `develop`. This directory is kept as the historical record; the canonical architecture now lives in the [ADRs](../adr/) (0011–0029), [`../../CONTEXT.md`](../../CONTEXT.md), [`../../AGENTS.md`](../../AGENTS.md), and the vision diagram [`../20260703-Unic-dlc.mmd`](../20260703-Unic-dlc.mmd). + > **Every step's Definition of Done includes updating this table** (Status + PR) **with the maintainer**, before the step's PR is opened. This table is the single source of truth for progress; the invocation table below is only _how to launch_. > > Legend: ✅ done · ⏭️ skip (not a build) · ▶️ next · ⬜ todo @@ -25,7 +27,7 @@ This directory drives the refactor of `unic-archon-dlc` into a **thin, Matt-alig | 10 | `/improve-architecture` | skill | ✅ done | command/skill composing Matt's `improve-codebase-architecture` verbatim + DLC layers (intent-drift, durable `arch-review.md`, ADR-superseding gate across both homes); two modes (per-slug / repo-wide sweep); ADR-0027 (PR #270) | | 11 | `/cleanup` | command | ✅ done | new repo-global operational janitor (report-first; composes `archon isolation`/`complete` + tracker); `cleanup` config block; retired legacy `unic-dlc-cleanup.yaml` + stub (content now in `/improve-architecture`); ADR-0028 (PR #271) | | 12 | `/explore` | Archon | ✅ done | ported to key-discriminated schema (was inert + imported a deleted lib); findings.md moved to `//` with a 3-lens Integrated Brief (Domain Model / Established Decisions / Prior Research) as the tightened `/specs` baton; AFK spike + `/prototype` reference; config-gated spike-branch gate; dissolved `findings-writer` + `spike-verdicts`; ADR-0029 (PR #272) | -| 13 | Finalize | — | ▶️ next | reduced — `Unic-dlc.mmd` diagram + dogfood dry-run only (sweep done) | +| 13 | Finalize | — | ✅ done | vision diagram regenerated to the two-axis box set (dated `20260703-Unic-dlc.{mmd,excalidraw}`; old draft archived as `-draft`); README/CONTEXT swept to the shipped model + deterministic-output note; plugin/marketplace descriptions tidied; lightweight dogfood pass (4 workflows parse key-discriminated, stubs + core config keys present); v0.12.0 (PR #273) | ## How to run a step diff --git a/apps/claude-code/unic-archon-dlc/package.json b/apps/claude-code/unic-archon-dlc/package.json index 45d8a815..547927c9 100644 --- a/apps/claude-code/unic-archon-dlc/package.json +++ b/apps/claude-code/unic-archon-dlc/package.json @@ -1,6 +1,6 @@ { "name": "unic-archon-dlc", - "version": "0.11.0", + "version": "0.12.0", "private": true, "license": "LGPL-3.0-or-later", "type": "module", From 1a82071e3ef3e807c328d5e0c551aa88c5c4f051 Mon Sep 17 00:00:00 2001 From: Oriol Torrent Florensa Date: Fri, 3 Jul 2026 14:13:24 +0200 Subject: [PATCH 2/3] chore: update Excalidraw for improved readability and maintainability --- .../docs/20260703-Unic-dlc.excalidraw | 2546 ++++++++++++----- 1 file changed, 1848 insertions(+), 698 deletions(-) diff --git a/apps/claude-code/unic-archon-dlc/docs/20260703-Unic-dlc.excalidraw b/apps/claude-code/unic-archon-dlc/docs/20260703-Unic-dlc.excalidraw index 983b6f3d..39e001bd 100644 --- a/apps/claude-code/unic-archon-dlc/docs/20260703-Unic-dlc.excalidraw +++ b/apps/claude-code/unic-archon-dlc/docs/20260703-Unic-dlc.excalidraw @@ -1,7 +1,7 @@ { "type": "excalidraw", "version": 2, - "source": "https://github.com/unic/unic-agents-plugins", + "source": "http://192.168.200.10:41000", "elements": [ { "angle": 0, @@ -15,29 +15,30 @@ "frameId": null, "roundness": null, "seed": 653725789, - "version": 1, - "versionNonce": 1308604409, - "isDeleted": false, + "version": 144, + "versionNonce": 1085397026, + "isDeleted": true, "boundElements": [], - "updated": 1, + "updated": 1783080478118, "link": null, "locked": false, "id": "sectxt-4", "type": "text", - "x": 46, - "y": 704, - "width": 300, - "height": 16, + "x": -438.2278529513651, + "y": 1120.220344043877, + "width": 81.36366271972656, + "height": 31.48771451145442, "strokeColor": "#adb5bd", "text": "Legend", - "fontSize": 12, + "fontSize": 25.190171609163535, "fontFamily": 1, "textAlign": "left", "verticalAlign": "top", "containerId": null, "originalText": "Legend", "lineHeight": 1.25, - "autoResize": true + "autoResize": true, + "index": "a0" }, { "angle": 0, @@ -53,56 +54,213 @@ "type": 3 }, "seed": 1491452196, - "version": 1, - "versionNonce": 2146330816, + "version": 279, + "versionNonce": 1021701346, "isDeleted": false, - "boundElements": [], - "updated": 1, + "boundElements": [ + { + "type": "text", + "id": "qIz0GMwAqFbWw_S6xQoyb" + } + ], + "updated": 1783080525121, "link": null, "locked": false, "id": "sec-4", "type": "rectangle", - "x": 40, - "y": 700, - "width": 1300, - "height": 100, - "strokeColor": "#adb5bd" + "x": -480.36992774219823, + "y": -722.4306468372263, + "width": 1877.8874364954675, + "height": 209.91809674302945, + "strokeColor": "#adb5bd", + "index": "a1" }, { + "id": "qIz0GMwAqFbWw_S6xQoyb", + "type": "text", + "x": -475.36992774219823, + "y": -717.4306468372263, + "width": 52.84796142578125, + "height": 20, "angle": 0, + "strokeColor": "#1e1e1e", "backgroundColor": "transparent", "fillStyle": "solid", "strokeWidth": 2, "strokeStyle": "solid", + "roughness": 0, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "a18", + "roundness": null, + "seed": 1242518782, + "version": 64, + "versionNonce": 931528190, + "isDeleted": false, + "boundElements": null, + "updated": 1783080489450, + "link": null, + "locked": false, + "text": "Legend", + "fontSize": 16, + "fontFamily": 5, + "textAlign": "left", + "verticalAlign": "top", + "containerId": "sec-4", + "originalText": "Legend", + "autoResize": true, + "lineHeight": 1.25 + }, + { + "angle": 0, + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 1, + "strokeStyle": "dotted", "roughness": 1, "opacity": 100, "groupIds": [], "frameId": null, + "roundness": { + "type": 3 + }, + "seed": 75359697, + "version": 326, + "versionNonce": 1591816802, + "isDeleted": false, + "boundElements": [ + { + "id": "arrow-4-triage-tickets", + "type": "arrow" + }, + { + "type": "text", + "id": "_aM97U3gjS3aazuCtZjnz" + } + ], + "updated": 1783080221517, + "link": null, + "locked": false, + "id": "sec-1", + "type": "rectangle", + "x": 125.00506440441495, + "y": 135.70447031906895, + "width": 518.5058172288856, + "height": 532.4313809945223, + "strokeColor": "#adb5bd", + "index": "a1G" + }, + { + "id": "_aM97U3gjS3aazuCtZjnz", + "type": "text", + "x": 130.00506440441495, + "y": 140.70447031906895, + "width": 307.0197448730469, + "height": 25, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 0, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "a1V", "roundness": null, - "seed": 181694956, - "version": 1, - "versionNonce": 836573576, + "seed": 1619118078, + "version": 54, + "versionNonce": 809160098, "isDeleted": false, + "boundElements": null, + "updated": 1783080153984, + "link": null, + "locked": false, + "text": "On-ramps → agent-ready issues", + "fontSize": 20, + "fontFamily": 5, + "textAlign": "left", + "verticalAlign": "top", + "containerId": "sec-1", + "originalText": "On-ramps → agent-ready issues", + "autoResize": true, + "lineHeight": 1.25 + }, + { + "id": "-kCRpj5YqABLZbnzJkQAm", + "type": "text", + "x": -4.994935595585048, + "y": 140.70447031906895, + "width": 245.6157684326172, + "height": 20, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 0, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "a1l", + "roundness": null, + "seed": 135026530, + "version": 71, + "versionNonce": 1571760098, + "isDeleted": true, + "boundElements": null, + "updated": 1783080130524, + "link": null, + "locked": false, + "text": "On-ramps → agent-ready issues", + "fontSize": 16, + "fontFamily": 5, + "textAlign": "left", + "verticalAlign": "top", + "containerId": "sec-1", + "originalText": "On-ramps → agent-ready issues", + "autoResize": true, + "lineHeight": 1.25 + }, + { + "angle": 0, + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 1, + "opacity": 100, + "groupIds": [], + "frameId": null, + "roundness": null, + "seed": 181694956, + "version": 197, + "versionNonce": 872603454, + "isDeleted": true, "boundElements": [], - "updated": 1, + "updated": 1783080453792, "link": null, "locked": false, "id": "sectxt-3", "type": "text", - "x": 1106, - "y": 504, - "width": 300, - "height": 16, + "x": 1786.9039725247474, + "y": 700.3841505578182, + "width": 319.2830810546875, + "height": 31.48771451145442, "strokeColor": "#adb5bd", "text": "Referenced — not shipped", - "fontSize": 12, + "fontSize": 25.190171609163535, "fontFamily": 1, "textAlign": "left", "verticalAlign": "top", "containerId": null, "originalText": "Referenced — not shipped", "lineHeight": 1.25, - "autoResize": true + "autoResize": true, + "index": "a2" }, { "angle": 0, @@ -118,20 +276,63 @@ "type": 3 }, "seed": 1019421363, - "version": 1, - "versionNonce": 1674299983, + "version": 210, + "versionNonce": 156861950, "isDeleted": false, - "boundElements": [], - "updated": 1, + "boundElements": [ + { + "type": "text", + "id": "ILj0hthpKn9l54gCdK3pQ" + } + ], + "updated": 1783080537557, "link": null, "locked": false, "id": "sec-3", "type": "rectangle", - "x": 1100, - "y": 500, - "width": 260, - "height": 210, - "strokeColor": "#adb5bd" + "x": 1774.3088867201657, + "y": 771.1670546139242, + "width": 545.7870515318766, + "height": 399.08856696673195, + "strokeColor": "#adb5bd", + "index": "a3" + }, + { + "id": "ILj0hthpKn9l54gCdK3pQ", + "type": "text", + "x": 1779.3088867201657, + "y": 776.1670546139242, + "width": 204.67184448242188, + "height": 20, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 0, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "a3V", + "roundness": null, + "seed": 786868158, + "version": 35, + "versionNonce": 1517557310, + "isDeleted": false, + "boundElements": null, + "updated": 1783080537557, + "link": null, + "locked": false, + "text": "Referenced — not shipped", + "fontSize": 16, + "fontFamily": 5, + "textAlign": "left", + "verticalAlign": "top", + "containerId": "sec-3", + "originalText": "Referenced — not shipped", + "autoResize": true, + "lineHeight": 1.25 }, { "angle": 0, @@ -145,29 +346,30 @@ "frameId": null, "roundness": null, "seed": 1857147770, - "version": 1, - "versionNonce": 364542743, - "isDeleted": false, + "version": 146, + "versionNonce": 1918825662, + "isDeleted": true, "boundElements": [], - "updated": 1, + "updated": 1783080335987, "link": null, "locked": false, "id": "sectxt-2", "type": "text", - "x": 46, - "y": 504, - "width": 300, - "height": 16, + "x": -438.2278529513651, + "y": 707.1775982972606, + "width": 158.23989868164062, + "height": 20, "strokeColor": "#adb5bd", "text": "Off-line · on demand", - "fontSize": 12, + "fontSize": 16, "fontFamily": 1, "textAlign": "left", "verticalAlign": "top", "containerId": null, "originalText": "Off-line · on demand", "lineHeight": 1.25, - "autoResize": true + "autoResize": true, + "index": "a4" }, { "angle": 0, @@ -183,85 +385,109 @@ "type": 3 }, "seed": 547390530, - "version": 1, - "versionNonce": 1202269150, + "version": 174, + "versionNonce": 131596450, "isDeleted": false, - "boundElements": [], - "updated": 1, + "boundElements": [ + { + "type": "text", + "id": "N1c5NQM0wQqxDQul4_hCG" + }, + { + "id": "arrow-8-explore-specs", + "type": "arrow" + } + ], + "updated": 1783080655391, "link": null, "locked": false, "id": "sec-2", "type": "rectangle", - "x": 40, - "y": 500, - "width": 970, - "height": 130, - "strokeColor": "#adb5bd" + "x": -450.8229387559469, + "y": 771.1670546139242, + "width": 2036.2055384073858, + "height": 272.8935257659383, + "strokeColor": "#adb5bd", + "index": "a5" }, { + "id": "N1c5NQM0wQqxDQul4_hCG", + "type": "text", + "x": -445.8229387559469, + "y": 776.1670546139242, + "width": 154.41586303710938, + "height": 20, "angle": 0, + "strokeColor": "#1e1e1e", "backgroundColor": "transparent", "fillStyle": "solid", "strokeWidth": 2, "strokeStyle": "solid", - "roughness": 1, + "roughness": 0, "opacity": 100, "groupIds": [], "frameId": null, + "index": "a5V", "roundness": null, - "seed": 1385116937, - "version": 1, - "versionNonce": 2039995557, + "seed": 427990434, + "version": 35, + "versionNonce": 1974869694, "isDeleted": false, - "boundElements": [], - "updated": 1, + "boundElements": null, + "updated": 1783080537557, "link": null, "locked": false, - "id": "sectxt-1", - "type": "text", - "x": 256, - "y": 239, - "width": 300, - "height": 16, - "strokeColor": "#adb5bd", - "text": "On-ramps → agent-ready issues", - "fontSize": 12, - "fontFamily": 1, + "text": "Off-line · on demand", + "fontSize": 16, + "fontFamily": 5, "textAlign": "left", "verticalAlign": "top", - "containerId": null, - "originalText": "On-ramps → agent-ready issues", - "lineHeight": 1.25, - "autoResize": true + "containerId": "sec-2", + "originalText": "Off-line · on demand", + "autoResize": true, + "lineHeight": 1.25 }, { "angle": 0, "backgroundColor": "transparent", "fillStyle": "solid", - "strokeWidth": 1, - "strokeStyle": "dotted", + "strokeWidth": 2, + "strokeStyle": "solid", "roughness": 1, "opacity": 100, "groupIds": [], "frameId": null, - "roundness": { - "type": 3 - }, - "seed": 75359697, - "version": 1, - "versionNonce": 730238317, - "isDeleted": false, - "boundElements": [], - "updated": 1, + "roundness": null, + "seed": 1385116937, + "version": 149, + "versionNonce": 784142206, + "isDeleted": true, + "boundElements": [ + { + "id": "arrow-6-humans-tickets", + "type": "arrow" + } + ], + "updated": 1783080104620, "link": null, "locked": false, - "id": "sec-1", - "type": "rectangle", - "x": 250, - "y": 235, - "width": 240, - "height": 265, - "strokeColor": "#adb5bd" + "id": "sectxt-1", + "type": "text", + "x": 2.6001502089968653, + "y": 144.1011941887901, + "width": 394.80267333984375, + "height": 31.48771451145442, + "strokeColor": "#adb5bd", + "text": "On-ramps → agent-ready issues", + "fontSize": 25.190171609163535, + "fontFamily": 1, + "textAlign": "left", + "verticalAlign": "top", + "containerId": null, + "originalText": "On-ramps → agent-ready issues", + "lineHeight": 1.25, + "autoResize": true, + "index": "a6" }, { "angle": 0, @@ -275,29 +501,30 @@ "frameId": null, "roundness": null, "seed": 913086104, - "version": 1, - "versionNonce": 1567964724, - "isDeleted": false, + "version": 145, + "versionNonce": 849770622, + "isDeleted": true, "boundElements": [], - "updated": 1, + "updated": 1783080349580, "link": null, "locked": false, "id": "sectxt-0", "type": "text", - "x": 46, - "y": 44, - "width": 300, - "height": 16, + "x": -438.2278529513651, + "y": -265.49694895356345, + "width": 103.65678405761719, + "height": 31.48771451145442, "strokeColor": "#adb5bd", "text": "Main line", - "fontSize": 12, + "fontSize": 25.190171609163535, "fontFamily": 1, "textAlign": "left", "verticalAlign": "top", "containerId": null, "originalText": "Main line", "lineHeight": 1.25, - "autoResize": true + "autoResize": true, + "index": "a8" }, { "angle": 0, @@ -313,20 +540,63 @@ "type": 3 }, "seed": 1750812511, - "version": 1, - "versionNonce": 258207484, + "version": 180, + "versionNonce": 448928162, "isDeleted": false, - "boundElements": [], - "updated": 1, + "boundElements": [ + { + "type": "text", + "id": "jOKC_ITkxkkmDw4CttRoG" + } + ], + "updated": 1783080352842, "link": null, "locked": false, "id": "sec-0", "type": "rectangle", - "x": 40, - "y": 40, - "width": 1280, - "height": 100, - "strokeColor": "#adb5bd" + "x": -450.8229387559469, + "y": -273.6358183298385, + "width": 2686.951638310777, + "height": 257.16606836151914, + "strokeColor": "#adb5bd", + "index": "a9" + }, + { + "id": "jOKC_ITkxkkmDw4CttRoG", + "type": "text", + "x": -445.8229387559469, + "y": -268.6358183298385, + "width": 64.70394897460938, + "height": 20, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 0, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "a9V", + "roundness": null, + "seed": 1213866302, + "version": 7, + "versionNonce": 189108990, + "isDeleted": false, + "boundElements": null, + "updated": 1783080355661, + "link": null, + "locked": false, + "text": "Main line", + "fontSize": 16, + "fontFamily": 5, + "textAlign": "left", + "verticalAlign": "top", + "containerId": "sec-0", + "originalText": "Main line", + "autoResize": true, + "lineHeight": 1.25 }, { "angle": 0, @@ -342,25 +612,42 @@ "type": 3 }, "seed": 946820236, - "version": 1, - "versionNonce": 1601698856, + "version": 248, + "versionNonce": 808736738, "isDeleted": false, "boundElements": [ { "id": "text-specs", "type": "text" + }, + { + "id": "arrow-0-specs-tickets", + "type": "arrow" + }, + { + "id": "arrow-9-specs-tickets", + "type": "arrow" + }, + { + "id": "arrow-7-setup-specs", + "type": "arrow" + }, + { + "id": "arrow-8-explore-specs", + "type": "arrow" } ], - "updated": 1, + "updated": 1783080659169, "link": null, "locked": false, "id": "rect-specs", "type": "rectangle", - "x": 80, - "y": 90, - "width": 190, - "height": 62, - "strokeColor": "#1e1e1e" + "x": -416.1720682403645, + "y": -168.23159776342865, + "width": 398.84438381175596, + "height": 130.14921998067825, + "strokeColor": "#1e1e1e", + "index": "aA" }, { "angle": 0, @@ -374,29 +661,30 @@ "frameId": null, "roundness": null, "seed": 109093829, - "version": 1, - "versionNonce": 763972449, + "version": 419, + "versionNonce": 2027505698, "isDeleted": false, "boundElements": [], - "updated": 1, + "updated": 1783080606865, "link": null, "locked": false, "id": "text-specs", "type": "text", - "x": 88, - "y": 111, - "width": 174, - "height": 20, + "x": -262.70017082911545, + "y": -121.52482123810461, + "width": 91.90058898925781, + "height": 36.735666930030156, "strokeColor": "#1e1e1e", "text": "/specs", - "fontSize": 14, + "fontSize": 29.388533544024124, "fontFamily": 1, "textAlign": "center", "verticalAlign": "middle", "containerId": "rect-specs", "originalText": "/specs", "lineHeight": 1.25, - "autoResize": true + "autoResize": true, + "index": "aB" }, { "angle": 0, @@ -412,25 +700,50 @@ "type": 3 }, "seed": 1418851069, - "version": 1, - "versionNonce": 2073729689, + "version": 249, + "versionNonce": 393946366, "isDeleted": false, "boundElements": [ { "id": "text-tickets", "type": "text" + }, + { + "id": "arrow-0-specs-tickets", + "type": "arrow" + }, + { + "id": "arrow-9-specs-tickets", + "type": "arrow" + }, + { + "id": "arrow-1-tickets-build", + "type": "arrow" + }, + { + "id": "arrow-5-qafind-tickets", + "type": "arrow" + }, + { + "id": "arrow-4-triage-tickets", + "type": "arrow" + }, + { + "id": "arrow-6-humans-tickets", + "type": "arrow" } ], - "updated": 1, + "updated": 1783080619034, "link": null, "locked": false, "id": "rect-tickets", "type": "rectangle", - "x": 340, - "y": 90, - "width": 190, - "height": 62, - "strokeColor": "#1e1e1e" + "x": 186.1117649977332, + "y": -169.14946175774836, + "width": 398.84438381175596, + "height": 130.14921998067825, + "strokeColor": "#1e1e1e", + "index": "aC" }, { "angle": 0, @@ -444,29 +757,30 @@ "frameId": null, "roundness": null, "seed": 581124662, - "version": 1, - "versionNonce": 1236003282, + "version": 413, + "versionNonce": 1634592354, "isDeleted": false, "boundElements": [], - "updated": 1, + "updated": 1783080616283, "link": null, "locked": false, "id": "text-tickets", "type": "text", - "x": 348, - "y": 111, - "width": 174, - "height": 20, + "x": 327.8316711370096, + "y": -122.44268523242431, + "width": 115.40457153320312, + "height": 36.735666930030156, "strokeColor": "#1e1e1e", "text": "/tickets", - "fontSize": 14, + "fontSize": 29.388533544024124, "fontFamily": 1, "textAlign": "center", "verticalAlign": "middle", "containerId": "rect-tickets", "originalText": "/tickets", "lineHeight": 1.25, - "autoResize": true + "autoResize": true, + "index": "aD" }, { "angle": 0, @@ -482,25 +796,34 @@ "type": 3 }, "seed": 1890881902, - "version": 1, - "versionNonce": 398276875, + "version": 225, + "versionNonce": 1682358306, "isDeleted": false, "boundElements": [ { "id": "text-build", "type": "text" + }, + { + "id": "arrow-1-tickets-build", + "type": "arrow" + }, + { + "id": "arrow-2-build-prreview", + "type": "arrow" } ], - "updated": 1, + "updated": 1783080599514, "link": null, "locked": false, "id": "rect-build", "type": "rectangle", - "x": 600, - "y": 90, - "width": 190, - "height": 62, - "strokeColor": "#e03131" + "x": 806.4209991330713, + "y": -168.67676995832383, + "width": 398.84438381175596, + "height": 130.14921998067825, + "strokeColor": "#e03131", + "index": "aE" }, { "angle": 0, @@ -514,29 +837,30 @@ "frameId": null, "roundness": null, "seed": 1053155495, - "version": 1, - "versionNonce": 1708034115, + "version": 403, + "versionNonce": 528378850, "isDeleted": false, "boundElements": [], - "updated": 1, + "updated": 1783080599514, "link": null, "locked": false, "id": "text-build", "type": "text", - "x": 608, - "y": 111, - "width": 174, - "height": 20, + "x": 967.2525843494961, + "y": -121.96999343299979, + "width": 77.18121337890625, + "height": 36.735666930030156, "strokeColor": "#e03131", "text": "/build", - "fontSize": 14, + "fontSize": 29.388533544024124, "fontFamily": 1, "textAlign": "center", "verticalAlign": "middle", "containerId": "rect-build", "originalText": "/build", "lineHeight": 1.25, - "autoResize": true + "autoResize": true, + "index": "aF" }, { "angle": 0, @@ -552,25 +876,34 @@ "type": 3 }, "seed": 215429088, - "version": 1, - "versionNonce": 870307708, + "version": 192, + "versionNonce": 1752392354, "isDeleted": false, "boundElements": [ { "id": "text-prreview", "type": "text" + }, + { + "id": "arrow-2-build-prreview", + "type": "arrow" + }, + { + "id": "arrow-3-prreview-qa", + "type": "arrow" } ], - "updated": 1, + "updated": 1783080595713, "link": null, "locked": false, "id": "rect-prreview", "type": "rectangle", - "x": 860, - "y": 90, - "width": 190, - "height": 62, - "strokeColor": "#e03131" + "x": 1326.5156812464847, + "y": -168.67676995832383, + "width": 398.84438381175596, + "height": 130.14921998067825, + "strokeColor": "#e03131", + "index": "aG" }, { "angle": 0, @@ -584,29 +917,30 @@ "frameId": null, "roundness": null, "seed": 1525186328, - "version": 1, - "versionNonce": 32581301, + "version": 370, + "versionNonce": 1794293346, "isDeleted": false, "boundElements": [], - "updated": 1, + "updated": 1783080595713, "link": null, "locked": false, "id": "text-prreview", "type": "text", - "x": 868, - "y": 111, - "width": 174, - "height": 20, + "x": 1456.7627022539252, + "y": -121.96999343299979, + "width": 138.350341796875, + "height": 36.735666930030156, "strokeColor": "#e03131", "text": "/pr-review", - "fontSize": 14, + "fontSize": 29.388533544024124, "fontFamily": 1, "textAlign": "center", "verticalAlign": "middle", "containerId": "rect-prreview", "originalText": "/pr-review", "lineHeight": 1.25, - "autoResize": true + "autoResize": true, + "index": "aH" }, { "angle": 0, @@ -622,25 +956,30 @@ "type": 3 }, "seed": 687459921, - "version": 1, - "versionNonce": 1342338541, + "version": 143, + "versionNonce": 1353336190, "isDeleted": false, "boundElements": [ { "id": "text-qa", "type": "text" + }, + { + "id": "arrow-3-prreview-qa", + "type": "arrow" } ], - "updated": 1, + "updated": 1783080069634, "link": null, "locked": false, "id": "rect-qa", "type": "rectangle", - "x": 1120, - "y": 90, - "width": 190, - "height": 62, - "strokeColor": "#e03131" + "x": 1816.2925060687714, + "y": -168.67676995832383, + "width": 398.84438381175596, + "height": 130.14921998067825, + "strokeColor": "#e03131", + "index": "aI" }, { "angle": 0, @@ -654,29 +993,30 @@ "frameId": null, "roundness": null, "seed": 1997217161, - "version": 1, - "versionNonce": 504612134, + "version": 322, + "versionNonce": 1165754658, "isDeleted": false, "boundElements": [], - "updated": 1, + "updated": 1783079979339, "link": null, "locked": false, "id": "text-qa", "type": "text", - "x": 1128, - "y": 111, - "width": 174, - "height": 20, + "x": 1990.5507422861726, + "y": -121.96999343299979, + "width": 50.327911376953125, + "height": 36.735666930030156, "strokeColor": "#e03131", "text": "/qa", - "fontSize": 14, + "fontSize": 29.388533544024124, "fontFamily": 1, "textAlign": "center", "verticalAlign": "middle", "containerId": "rect-qa", "originalText": "/qa", "lineHeight": 1.25, - "autoResize": true + "autoResize": true, + "index": "aJ" }, { "angle": 0, @@ -692,25 +1032,30 @@ "type": 3 }, "seed": 1159490754, - "version": 1, - "versionNonce": 1814369374, + "version": 145, + "versionNonce": 174296290, "isDeleted": false, "boundElements": [ { "id": "text-assets", "type": "text" + }, + { + "id": "arrow-12-assets-specs", + "type": "arrow" } ], - "updated": 1, + "updated": 1783079979339, "link": null, "locked": false, "id": "rect-assets", "type": "rectangle", - "x": 1120, - "y": 220, - "width": 190, - "height": 62, - "strokeColor": "#1971c2" + "x": 1816.2925060687714, + "y": 104.2167558076145, + "width": 398.84438381175596, + "height": 130.14921998067825, + "strokeColor": "#1971c2", + "index": "aK" }, { "angle": 0, @@ -724,29 +1069,30 @@ "frameId": null, "roundness": null, "seed": 321764347, - "version": 1, - "versionNonce": 976642967, + "version": 322, + "versionNonce": 702783650, "isDeleted": false, "boundElements": [], - "updated": 1, + "updated": 1783079979339, "link": null, "locked": false, "id": "text-assets", "type": "text", - "x": 1128, - "y": 241, - "width": 174, - "height": 20, + "x": 1886.1342536387117, + "y": 150.92353233293852, + "width": 259.160888671875, + "height": 36.735666930030156, "strokeColor": "#1971c2", "text": "Component Assets", - "fontSize": 14, + "fontSize": 29.388533544024124, "fontFamily": 1, "textAlign": "center", "verticalAlign": "middle", "containerId": "rect-assets", "originalText": "Component Assets", "lineHeight": 1.25, - "autoResize": true + "autoResize": true, + "index": "aL" }, { "angle": 0, @@ -762,25 +1108,30 @@ "type": 3 }, "seed": 1631521587, - "version": 1, - "versionNonce": 138916560, + "version": 211, + "versionNonce": 534500734, "isDeleted": false, "boundElements": [ { "id": "text-triage", "type": "text" + }, + { + "id": "arrow-4-triage-tickets", + "type": "arrow" } ], - "updated": 1, + "updated": 1783080153984, "link": null, "locked": false, "id": "rect-triage", "type": "rectangle", - "x": 300, - "y": 260, - "width": 190, - "height": 62, - "strokeColor": "#1e1e1e" + "x": 184.83578111297976, + "y": 196.23061043722146, + "width": 398.84438381175596, + "height": 130.14921998067825, + "strokeColor": "#1e1e1e", + "index": "aM" }, { "angle": 0, @@ -794,29 +1145,30 @@ "frameId": null, "roundness": null, "seed": 793795180, - "version": 1, - "versionNonce": 1448673800, + "version": 385, + "versionNonce": 1807306018, "isDeleted": false, "boundElements": [], - "updated": 1, + "updated": 1783080153986, "link": null, "locked": false, "id": "text-triage", "type": "text", - "x": 308, - "y": 281, - "width": 174, - "height": 20, + "x": 333.8859942590921, + "y": 242.9373869625455, + "width": 100.74395751953125, + "height": 36.735666930030156, "strokeColor": "#1e1e1e", "text": "/triage", - "fontSize": 14, + "fontSize": 29.388533544024124, "fontFamily": 1, "textAlign": "center", "verticalAlign": "middle", "containerId": "rect-triage", "originalText": "/triage", "lineHeight": 1.25, - "autoResize": true + "autoResize": true, + "index": "aN" }, { "angle": 0, @@ -832,25 +1184,30 @@ "type": 3 }, "seed": 2103552420, - "version": 1, - "versionNonce": 610947393, + "version": 171, + "versionNonce": 1093078526, "isDeleted": false, "boundElements": [ { "id": "text-qafind", "type": "text" + }, + { + "id": "arrow-5-qafind-tickets", + "type": "arrow" } ], - "updated": 1, + "updated": 1783080153986, "link": null, "locked": false, "id": "rect-qafind", "type": "rectangle", - "x": 300, - "y": 340, - "width": 190, - "height": 62, - "strokeColor": "#1e1e1e" + "x": 184.83578111297976, + "y": 356.1184718992499, + "width": 398.84438381175596, + "height": 130.14921998067825, + "strokeColor": "#1e1e1e", + "index": "aO" }, { "angle": 0, @@ -864,29 +1221,30 @@ "frameId": null, "roundness": null, "seed": 1265826013, - "version": 1, - "versionNonce": 1920704633, + "version": 350, + "versionNonce": 37612706, "isDeleted": false, "boundElements": [], - "updated": 1, + "updated": 1783080153987, "link": null, "locked": false, "id": "text-qafind", "type": "text", - "x": 308, - "y": 361, - "width": 174, - "height": 20, + "x": 300.76004821417024, + "y": 402.82524842457394, + "width": 166.995849609375, + "height": 36.735666930030156, "strokeColor": "#1e1e1e", "text": "/qa findings", - "fontSize": 14, + "fontSize": 29.388533544024124, "fontFamily": 1, "textAlign": "center", "verticalAlign": "middle", "containerId": "rect-qafind", "originalText": "/qa findings", "lineHeight": 1.25, - "autoResize": true + "autoResize": true, + "index": "aP" }, { "angle": 0, @@ -902,25 +1260,30 @@ "type": 3 }, "seed": 428099606, - "version": 1, - "versionNonce": 1082978226, + "version": 172, + "versionNonce": 979248766, "isDeleted": false, "boundElements": [ { "id": "text-humans", "type": "text" + }, + { + "id": "arrow-6-humans-tickets", + "type": "arrow" } ], - "updated": 1, + "updated": 1783080153987, "link": null, "locked": false, "id": "rect-humans", "type": "rectangle", - "x": 300, - "y": 420, - "width": 190, - "height": 62, - "strokeColor": "#1e1e1e" + "x": 184.83578111297976, + "y": 524.0529492936735, + "width": 398.84438381175596, + "height": 130.14921998067825, + "strokeColor": "#1e1e1e", + "index": "aQ" }, { "angle": 0, @@ -934,29 +1297,30 @@ "frameId": null, "roundness": null, "seed": 1737856846, - "version": 1, - "versionNonce": 245251819, + "version": 350, + "versionNonce": 1086368802, "isDeleted": false, "boundElements": [], - "updated": 1, + "updated": 1783080153988, "link": null, "locked": false, "id": "text-humans", "type": "text", - "x": 308, - "y": 441, - "width": 174, - "height": 20, + "x": 334.72330505010774, + "y": 570.7597258189975, + "width": 99.0693359375, + "height": 36.735666930030156, "strokeColor": "#1e1e1e", "text": "humans", - "fontSize": 14, + "fontSize": 29.388533544024124, "fontFamily": 1, "textAlign": "center", "verticalAlign": "middle", "containerId": "rect-humans", "originalText": "humans", "lineHeight": 1.25, - "autoResize": true + "autoResize": true, + "index": "aR" }, { "angle": 0, @@ -972,25 +1336,30 @@ "type": 3 }, "seed": 900130439, - "version": 1, - "versionNonce": 1555009059, + "version": 235, + "versionNonce": 1765775102, "isDeleted": false, "boundElements": [ { "id": "text-setup", "type": "text" + }, + { + "id": "arrow-7-setup-specs", + "type": "arrow" } ], - "updated": 1, + "updated": 1783080537557, "link": null, "locked": false, "id": "rect-setup", "type": "rectangle", - "x": 80, - "y": 540, - "width": 190, - "height": 62, - "strokeColor": "#1e1e1e" + "x": -406.4267564105604, + "y": 842.5392075065541, + "width": 398.84438381175596, + "height": 130.14921998067825, + "strokeColor": "#1e1e1e", + "index": "aS" }, { "angle": 0, @@ -1004,29 +1373,30 @@ "frameId": null, "roundness": null, "seed": 62404032, - "version": 1, - "versionNonce": 717282652, + "version": 415, + "versionNonce": 1433405246, "isDeleted": false, "boundElements": [], - "updated": 1, + "updated": 1783080537557, "link": null, "locked": false, "id": "text-setup", "type": "text", - "x": 88, - "y": 561, - "width": 174, - "height": 20, + "x": -254.2475759792918, + "y": 889.2459840318782, + "width": 94.48602294921875, + "height": 36.735666930030156, "strokeColor": "#1e1e1e", "text": "/setup", - "fontSize": 14, + "fontSize": 29.388533544024124, "fontFamily": 1, "textAlign": "center", "verticalAlign": "middle", "containerId": "rect-setup", "originalText": "/setup", "lineHeight": 1.25, - "autoResize": true + "autoResize": true, + "index": "aT" }, { "angle": 0, @@ -1042,25 +1412,34 @@ "type": 3 }, "seed": 1372161272, - "version": 1, - "versionNonce": 2027039892, + "version": 248, + "versionNonce": 1697238974, "isDeleted": false, "boundElements": [ { "id": "text-explore", "type": "text" + }, + { + "id": "arrow-8-explore-specs", + "type": "arrow" + }, + { + "id": "arrow-10-explore-prototype", + "type": "arrow" } ], - "updated": 1, + "updated": 1783080537557, "link": null, "locked": false, "id": "rect-explore", "type": "rectangle", - "x": 340, - "y": 540, - "width": 190, - "height": 62, - "strokeColor": "#e03131" + "x": 105.07138205194906, + "y": 842.5392075065541, + "width": 398.84438381175596, + "height": 130.14921998067825, + "strokeColor": "#e03131", + "index": "aU" }, { "angle": 0, @@ -1074,29 +1453,30 @@ "frameId": null, "roundness": null, "seed": 534434865, - "version": 1, - "versionNonce": 1189313485, + "version": 426, + "versionNonce": 1897211902, "isDeleted": false, "boundElements": [], - "updated": 1, + "updated": 1783080537557, "link": null, "locked": false, "id": "text-explore", "type": "text", - "x": 348, - "y": 561, - "width": 174, - "height": 20, + "x": 247.26137333526844, + "y": 889.2459840318782, + "width": 114.46440124511719, + "height": 36.735666930030156, "strokeColor": "#e03131", "text": "/explore", - "fontSize": 14, + "fontSize": 29.388533544024124, "fontFamily": 1, "textAlign": "center", "verticalAlign": "middle", "containerId": "rect-explore", "originalText": "/explore", "lineHeight": 1.25, - "autoResize": true + "autoResize": true, + "index": "aV" }, { "angle": 0, @@ -1112,8 +1492,8 @@ "type": 3 }, "seed": 1844192105, - "version": 1, - "versionNonce": 351587078, + "version": 194, + "versionNonce": 84787326, "isDeleted": false, "boundElements": [ { @@ -1121,16 +1501,17 @@ "type": "text" } ], - "updated": 1, + "updated": 1783080537557, "link": null, "locked": false, "id": "rect-improve", "type": "rectangle", - "x": 600, - "y": 540, - "width": 190, - "height": 62, - "strokeColor": "#1e1e1e" + "x": 631.4555606741139, + "y": 842.5392075065541, + "width": 398.84438381175596, + "height": 130.14921998067825, + "strokeColor": "#1e1e1e", + "index": "aW" }, { "angle": 0, @@ -1144,29 +1525,30 @@ "frameId": null, "roundness": null, "seed": 1006465698, - "version": 1, - "versionNonce": 1661344318, + "version": 375, + "versionNonce": 2025652414, "isDeleted": false, "boundElements": [], - "updated": 1, + "updated": 1783080537557, "link": null, "locked": false, "id": "text-improve", "type": "text", - "x": 608, - "y": 561, - "width": 174, - "height": 20, + "x": 678.8950865643669, + "y": 889.2459840318782, + "width": 303.96533203125, + "height": 36.735666930030156, "strokeColor": "#1e1e1e", "text": "/improve-architecture", - "fontSize": 14, + "fontSize": 29.388533544024124, "fontFamily": 1, "textAlign": "center", "verticalAlign": "middle", "containerId": "rect-improve", "originalText": "/improve-architecture", "lineHeight": 1.25, - "autoResize": true + "autoResize": true, + "index": "aX" }, { "angle": 0, @@ -1182,8 +1564,8 @@ "type": 3 }, "seed": 168739291, - "version": 1, - "versionNonce": 823617911, + "version": 248, + "versionNonce": 1830435070, "isDeleted": false, "boundElements": [ { @@ -1191,16 +1573,17 @@ "type": "text" } ], - "updated": 1, + "updated": 1783080537557, "link": null, "locked": false, "id": "rect-cleanup", "type": "rectangle", - "x": 880, - "y": 540, - "width": 190, - "height": 62, - "strokeColor": "#1e1e1e" + "x": 1131.7782486610577, + "y": 842.5392075065541, + "width": 398.84438381175596, + "height": 130.14921998067825, + "strokeColor": "#1e1e1e", + "index": "aY" }, { "angle": 0, @@ -1214,29 +1597,30 @@ "frameId": null, "roundness": null, "seed": 1478496531, - "version": 1, - "versionNonce": 2133375151, + "version": 429, + "versionNonce": 161900862, "isDeleted": false, "boundElements": [], - "updated": 1, + "updated": 1783080537557, "link": null, "locked": false, "id": "text-cleanup", "type": "text", - "x": 888, - "y": 561, - "width": 174, - "height": 20, + "x": 1272.3376475981856, + "y": 889.2459840318782, + "width": 117.7255859375, + "height": 36.735666930030156, "strokeColor": "#1e1e1e", "text": "/cleanup", - "fontSize": 14, + "fontSize": 29.388533544024124, "fontFamily": 1, "textAlign": "center", "verticalAlign": "middle", "containerId": "rect-cleanup", "originalText": "/cleanup", "lineHeight": 1.25, - "autoResize": true + "autoResize": true, + "index": "aZ" }, { "angle": 0, @@ -1252,8 +1636,8 @@ "type": 3 }, "seed": 640770124, - "version": 1, - "versionNonce": 1295648744, + "version": 223, + "versionNonce": 1573032318, "isDeleted": false, "boundElements": [ { @@ -1261,16 +1645,17 @@ "type": "text" } ], - "updated": 1, + "updated": 1783080537557, "link": null, "locked": false, "id": "rect-handoff", "type": "rectangle", - "x": 1140, - "y": 540, - "width": 190, - "height": 62, - "strokeColor": "#f08c00" + "x": 1858.2761254173772, + "y": 855.1342933111359, + "width": 398.84438381175596, + "height": 130.14921998067825, + "strokeColor": "#f08c00", + "index": "aa" }, { "angle": 0, @@ -1284,29 +1669,30 @@ "frameId": null, "roundness": null, "seed": 1950527364, - "version": 1, - "versionNonce": 457922337, + "version": 405, + "versionNonce": 1689235902, "isDeleted": false, "boundElements": [], - "updated": 1, + "updated": 1783080537557, "link": null, "locked": false, "id": "text-handoff", "type": "text", - "x": 1148, - "y": 561, - "width": 174, - "height": 20, + "x": 1995.6624744277474, + "y": 901.84106983646, + "width": 124.07168579101562, + "height": 36.735666930030156, "strokeColor": "#f08c00", "text": "/handoff", - "fontSize": 14, + "fontSize": 29.388533544024124, "fontFamily": 1, "textAlign": "center", "verticalAlign": "middle", "containerId": "rect-handoff", "originalText": "/handoff", "lineHeight": 1.25, - "autoResize": true + "autoResize": true, + "index": "ab" }, { "angle": 0, @@ -1322,8 +1708,8 @@ "type": 3 }, "seed": 1112800957, - "version": 1, - "versionNonce": 1767679577, + "version": 223, + "versionNonce": 160352766, "isDeleted": false, "boundElements": [ { @@ -1331,16 +1717,17 @@ "type": "text" } ], - "updated": 1, + "updated": 1783080537557, "link": null, "locked": false, "id": "rect-prototype", "type": "rectangle", - "x": 1140, - "y": 620, - "width": 190, - "height": 62, - "strokeColor": "#f08c00" + "x": 1858.2761254173772, + "y": 1023.0687707055595, + "width": 398.84438381175596, + "height": 130.14921998067825, + "strokeColor": "#f08c00", + "index": "ac" }, { "angle": 0, @@ -1354,29 +1741,30 @@ "frameId": null, "roundness": null, "seed": 275074550, - "version": 1, - "versionNonce": 929953170, + "version": 405, + "versionNonce": 727767614, "isDeleted": false, "boundElements": [], - "updated": 1, + "updated": 1783080537557, "link": null, "locked": false, "id": "text-prototype", "type": "text", - "x": 1148, - "y": 641, - "width": 174, - "height": 20, + "x": 1981.7510669570443, + "y": 1069.7755472308836, + "width": 151.89450073242188, + "height": 36.735666930030156, "strokeColor": "#f08c00", "text": "/prototype", - "fontSize": 14, + "fontSize": 29.388533544024124, "fontFamily": 1, "textAlign": "center", "verticalAlign": "middle", "containerId": "rect-prototype", "originalText": "/prototype", "lineHeight": 1.25, - "autoResize": true + "autoResize": true, + "index": "ad" }, { "angle": 0, @@ -1392,8 +1780,8 @@ "type": 3 }, "seed": 1584831790, - "version": 1, - "versionNonce": 92226763, + "version": 231, + "versionNonce": 862676514, "isDeleted": false, "boundElements": [ { @@ -1401,16 +1789,17 @@ "type": "text" } ], - "updated": 1, + "updated": 1783080509912, "link": null, "locked": false, "id": "rect-L1", "type": "rectangle", - "x": 80, - "y": 730, - "width": 190, - "height": 62, - "strokeColor": "#e03131" + "x": -396.8753808444111, + "y": -682.5462084560507, + "width": 398.84438381175596, + "height": 130.14921998067825, + "strokeColor": "#e03131", + "index": "ae" }, { "angle": 0, @@ -1424,29 +1813,30 @@ "frameId": null, "roundness": null, "seed": 747105383, - "version": 1, - "versionNonce": 1401984003, + "version": 415, + "versionNonce": 248906338, "isDeleted": false, "boundElements": [], - "updated": 1, + "updated": 1783080509912, "link": null, "locked": false, "id": "text-L1", "type": "text", - "x": 88, - "y": 751, - "width": 174, - "height": 20, + "x": -357.7830686992753, + "y": -629.9715984657116, + "width": 320.6597595214844, + "height": 25, "strokeColor": "#e03131", "text": "Archon workflow — AFK, isolated", - "fontSize": 14, + "fontSize": 20, "fontFamily": 1, "textAlign": "center", "verticalAlign": "middle", "containerId": "rect-L1", "originalText": "Archon workflow — AFK, isolated", "lineHeight": 1.25, - "autoResize": true + "autoResize": true, + "index": "af" }, { "angle": 0, @@ -1462,8 +1852,8 @@ "type": 3 }, "seed": 2056862623, - "version": 1, - "versionNonce": 564257596, + "version": 252, + "versionNonce": 1752163938, "isDeleted": false, "boundElements": [ { @@ -1471,16 +1861,17 @@ "type": "text" } ], - "updated": 1, + "updated": 1783080514903, "link": null, "locked": false, "id": "rect-L2", "type": "rectangle", - "x": 400, - "y": 730, - "width": 190, - "height": 62, - "strokeColor": "#1e1e1e" + "x": 59.99034219487339, + "y": -682.5462084560507, + "width": 398.84438381175596, + "height": 130.14921998067825, + "strokeColor": "#1e1e1e", + "index": "ag" }, { "angle": 0, @@ -1494,29 +1885,30 @@ "frameId": null, "roundness": null, "seed": 1219136216, - "version": 1, - "versionNonce": 1874014836, + "version": 436, + "versionNonce": 136890914, "isDeleted": false, "boundElements": [], - "updated": 1, + "updated": 1783080514903, "link": null, "locked": false, "id": "text-L2", "type": "text", - "x": 408, - "y": 751, - "width": 174, - "height": 20, + "x": 75.902676923017, + "y": -642.4715984657116, + "width": 367.01971435546875, + "height": 50, "strokeColor": "#1e1e1e", - "text": "Command / skill — interactive · repo-global", - "fontSize": 14, + "text": "Command / skill — interactive · repo-\nglobal", + "fontSize": 20, "fontFamily": 1, "textAlign": "center", "verticalAlign": "middle", "containerId": "rect-L2", "originalText": "Command / skill — interactive · repo-global", "lineHeight": 1.25, - "autoResize": true + "autoResize": true, + "index": "ah" }, { "angle": 0, @@ -1532,8 +1924,8 @@ "type": 3 }, "seed": 381409809, - "version": 1, - "versionNonce": 1036288429, + "version": 253, + "versionNonce": 574327650, "isDeleted": false, "boundElements": [ { @@ -1541,16 +1933,17 @@ "type": "text" } ], - "updated": 1, + "updated": 1783080517303, "link": null, "locked": false, "id": "rect-L3", "type": "rectangle", - "x": 760, - "y": 730, - "width": 190, - "height": 62, - "strokeColor": "#f08c00" + "x": 505.65468831389694, + "y": -682.5462084560507, + "width": 398.84438381175596, + "height": 130.14921998067825, + "strokeColor": "#f08c00", + "index": "ai" }, { "angle": 0, @@ -1564,29 +1957,30 @@ "frameId": null, "roundness": null, "seed": 1691167049, - "version": 1, - "versionNonce": 198562022, + "version": 437, + "versionNonce": 859295522, "isDeleted": false, "boundElements": [], - "updated": 1, + "updated": 1783080517303, "link": null, "locked": false, "id": "text-L3", "type": "text", - "x": 768, - "y": 751, - "width": 174, - "height": 20, + "x": 524.947027924853, + "y": -629.9715984657116, + "width": 360.25970458984375, + "height": 25, "strokeColor": "#f08c00", "text": "Referenced Matt skill — not shipped", - "fontSize": 14, + "fontSize": 20, "fontFamily": 1, "textAlign": "center", "verticalAlign": "middle", "containerId": "rect-L3", "originalText": "Referenced Matt skill — not shipped", "lineHeight": 1.25, - "autoResize": true + "autoResize": true, + "index": "aj" }, { "angle": 0, @@ -1602,8 +1996,8 @@ "type": 3 }, "seed": 853440642, - "version": 1, - "versionNonce": 1508319262, + "version": 252, + "versionNonce": 593946110, "isDeleted": false, "boundElements": [ { @@ -1611,16 +2005,17 @@ "type": "text" } ], - "updated": 1, + "updated": 1783080520587, "link": null, "locked": false, "id": "rect-L4", "type": "rectangle", - "x": 1080, - "y": 730, - "width": 190, - "height": 62, - "strokeColor": "#1971c2" + "x": 946.3813627728289, + "y": -682.5462084560507, + "width": 398.84438381175596, + "height": 130.14921998067825, + "strokeColor": "#1971c2", + "index": "ak" }, { "angle": 0, @@ -1634,29 +2029,30 @@ "frameId": null, "roundness": null, "seed": 15714235, - "version": 1, - "versionNonce": 670592855, + "version": 436, + "versionNonce": 198538814, "isDeleted": false, "boundElements": [], - "updated": 1, + "updated": 1783080520587, "link": null, "locked": false, "id": "text-L4", "type": "text", - "x": 1088, - "y": 751, - "width": 174, - "height": 20, + "x": 983.143688345699, + "y": -629.9715984657116, + "width": 325.3197326660156, + "height": 25, "strokeColor": "#1971c2", "text": "Artifact — baton between boxes", - "fontSize": 14, + "fontSize": 20, "fontFamily": 1, "textAlign": "center", "verticalAlign": "middle", "containerId": "rect-L4", "originalText": "Artifact — baton between boxes", "lineHeight": 1.25, - "autoResize": true + "autoResize": true, + "index": "al" }, { "angle": 0, @@ -1664,27 +2060,27 @@ "fillStyle": "solid", "strokeWidth": 2, "strokeStyle": "solid", - "roughness": 1, + "roughness": 0, "opacity": 100, "groupIds": [], "frameId": null, "roundness": { "type": 2 }, - "seed": 1325471475, - "version": 1, - "versionNonce": 1980350095, + "seed": 831384766, + "version": 341, + "versionNonce": 828820002, "isDeleted": false, "boundElements": [], - "updated": 1, + "updated": 1783080616283, "link": null, "locked": false, "id": "arrow-0-specs-tickets", "type": "arrow", - "x": 270, - "y": 121, - "width": 70, - "height": 0, + "x": -6.327684428608563, + "y": -77.12482256281557, + "width": 181.43944942634175, + "height": 1.797652078225184, "strokeColor": "#1e1e1e", "points": [ [ @@ -1692,15 +2088,31 @@ 0 ], [ - 70, - 0 + 181.43944942634175, + 1.797652078225184 ] ], "lastCommittedPoint": null, - "startBinding": null, - "endBinding": null, + "startBinding": { + "elementId": "rect-specs", + "mode": "orbit", + "fixedPoint": [ + 0.689741974301512, + 0.6897419743015121 + ] + }, + "endBinding": { + "elementId": "rect-tickets", + "mode": "orbit", + "fixedPoint": [ + 0.2700865568084507, + 0.7299134431915499 + ] + }, "startArrowhead": null, - "endArrowhead": "arrow" + "endArrowhead": "arrow", + "index": "am", + "moveMidPointsWithElement": false }, { "angle": 0, @@ -1708,27 +2120,32 @@ "fillStyle": "solid", "strokeWidth": 2, "strokeStyle": "solid", - "roughness": 1, + "roughness": 0, "opacity": 100, "groupIds": [], "frameId": null, "roundness": { "type": 2 }, - "seed": 487745068, - "version": 1, - "versionNonce": 1142623688, + "seed": 742179298, + "version": 558, + "versionNonce": 1050262690, "isDeleted": false, - "boundElements": [], - "updated": 1, + "boundElements": [ + { + "type": "text", + "id": "kYP1PFKIXkB718qWlq57p" + } + ], + "updated": 1783080626802, "link": null, "locked": false, "id": "arrow-1-tickets-build", "type": "arrow", - "x": 530, - "y": 121, - "width": 70, - "height": 0, + "x": 595.9561488094892, + "y": -103.95149248840082, + "width": 199.46485032358214, + "height": 2.641629278134374, "strokeColor": "#1e1e1e", "points": [ [ @@ -1736,15 +2153,72 @@ 0 ], [ - 70, - 0 + 82.03555709383181, + -0.24613969385299583 + ], + [ + 199.46485032358214, + 2.3954895842813784 ] ], "lastCommittedPoint": null, - "startBinding": null, - "endBinding": null, + "startBinding": { + "elementId": "rect-tickets", + "mode": "orbit", + "fixedPoint": [ + 0.5066204544489229, + 0.5066204544489231 + ] + }, + "endBinding": { + "elementId": "rect-build", + "mode": "orbit", + "fixedPoint": [ + 0.45431428817143416, + 0.5456857118285655 + ] + }, "startArrowhead": null, - "endArrowhead": "arrow" + "endArrowhead": "arrow", + "index": "an", + "moveMidPointsWithElement": false + }, + { + "id": "kYP1PFKIXkB718qWlq57p", + "type": "text", + "x": 609.4151218182977, + "y": -113.6021599679847, + "width": 83.66389465332031, + "height": 20, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 0, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "anV", + "roundness": null, + "seed": 2026454654, + "version": 186, + "versionNonce": 952628798, + "isDeleted": false, + "boundElements": null, + "updated": 1783079987116, + "link": null, + "locked": false, + "text": "issues.json", + "fontSize": 16, + "fontFamily": 5, + "textAlign": "center", + "verticalAlign": "middle", + "containerId": "arrow-1-tickets-build", + "originalText": "issues.json", + "autoResize": true, + "lineHeight": 1.25 }, { "angle": 0, @@ -1758,29 +2232,30 @@ "frameId": null, "roundness": null, "seed": 1797502308, - "version": 1, - "versionNonce": 304897281, - "isDeleted": false, + "version": 192, + "versionNonce": 949112290, + "isDeleted": true, "boundElements": [], - "updated": 1, + "updated": 1783080026840, "link": null, "locked": false, "id": "lbl-1-tickets-build", "type": "text", - "x": 526.5, - "y": 113, - "width": 77, - "height": 18, + "x": 568.9934198974383, + "y": -241.32962441320518, + "width": 129.20020671006327, + "height": 31.48771451145442, "strokeColor": "#495057", "text": "issues.json", - "fontSize": 12, + "fontSize": 25.190171609163535, "fontFamily": 1, "textAlign": "center", "verticalAlign": "middle", "containerId": null, "originalText": "issues.json", "lineHeight": 1.25, - "autoResize": true + "autoResize": true, + "index": "ao" }, { "angle": 0, @@ -1788,27 +2263,27 @@ "fillStyle": "solid", "strokeWidth": 2, "strokeStyle": "solid", - "roughness": 1, + "roughness": 0, "opacity": 100, "groupIds": [], "frameId": null, "roundness": { "type": 2 }, - "seed": 959775901, - "version": 1, - "versionNonce": 1614654521, + "seed": 1832023678, + "version": 305, + "versionNonce": 1423596386, "isDeleted": false, "boundElements": [], - "updated": 1, + "updated": 1783080599515, "link": null, "locked": false, "id": "arrow-2-build-prreview", "type": "arrow", - "x": 790, - "y": 121, - "width": 70, - "height": 0, + "x": 1216.2653829448273, + "y": -106.7189501069073, + "width": 99.2502983016575, + "height": 0.18169815715506843, "strokeColor": "#1e1e1e", "points": [ [ @@ -1816,15 +2291,31 @@ 0 ], [ - 70, - 0 + 99.2502983016575, + -0.18169815715506843 ] ], "lastCommittedPoint": null, - "startBinding": null, - "endBinding": null, + "startBinding": { + "elementId": "rect-build", + "mode": "orbit", + "fixedPoint": [ + 0.5211279593313419, + 0.47887204066865835 + ] + }, + "endBinding": { + "elementId": "rect-prreview", + "mode": "orbit", + "fixedPoint": [ + 0.4718398181027326, + 0.4718398181027334 + ] + }, "startArrowhead": null, - "endArrowhead": "arrow" + "endArrowhead": "arrow", + "index": "ap", + "moveMidPointsWithElement": false }, { "angle": 0, @@ -1832,27 +2323,27 @@ "fillStyle": "solid", "strokeWidth": 2, "strokeStyle": "solid", - "roughness": 1, + "roughness": 0, "opacity": 100, "groupIds": [], "frameId": null, "roundness": { "type": 2 }, - "seed": 122049494, - "version": 1, - "versionNonce": 776928114, + "seed": 81404990, + "version": 225, + "versionNonce": 3935714, "isDeleted": false, "boundElements": [], - "updated": 1, + "updated": 1783080595713, "link": null, "locked": false, "id": "arrow-3-prreview-qa", "type": "arrow", - "x": 1050, - "y": 121, - "width": 70, - "height": 0, + "x": 1736.3600650582405, + "y": -102.08400322660515, + "width": 79.98273806709426, + "height": 0.36462415728675523, "strokeColor": "#1e1e1e", "points": [ [ @@ -1860,15 +2351,31 @@ 0 ], [ - 70, - 0 + 79.98273806709426, + -0.36462415728675523 ] ], "lastCommittedPoint": null, - "startBinding": null, - "endBinding": null, + "startBinding": { + "elementId": "rect-prreview", + "mode": "orbit", + "fixedPoint": [ + 0.5187730088447698, + 0.5187730088447704 + ] + }, + "endBinding": { + "elementId": "rect-qa", + "mode": "inside", + "fixedPoint": [ + 0.0001261069695468844, + 0.5088631540339931 + ] + }, "startArrowhead": null, - "endArrowhead": "arrow" + "endArrowhead": "arrow", + "index": "aq", + "moveMidPointsWithElement": false }, { "angle": 0, @@ -1876,27 +2383,25 @@ "fillStyle": "solid", "strokeWidth": 2, "strokeStyle": "solid", - "roughness": 1, + "roughness": 0, "opacity": 100, "groupIds": [], "frameId": null, - "roundness": { - "type": 2 - }, - "seed": 1431806734, - "version": 1, - "versionNonce": 2086685354, + "roundness": null, + "seed": 1284378274, + "version": 874, + "versionNonce": 484788386, "isDeleted": false, "boundElements": [], - "updated": 1, + "updated": 1783080616389, "link": null, "locked": false, "id": "arrow-4-triage-tickets", "type": "arrow", - "x": 395, - "y": 260, - "width": 40, - "height": 108, + "x": 178.8357811129798, + "y": 267.8764267367528, + "width": 288.4762872613677, + "height": 300.8766685138229, "strokeColor": "#1e1e1e", "points": [ [ @@ -1904,15 +2409,69 @@ 0 ], [ - 40, - -108 + -81.87811147073634, + 0 + ], + [ + -81.87811147073634, + -165.60792251716668 + ], + [ + 206.59817579063136, + -165.60792251716668 + ], + [ + 206.59817579063136, + -300.8766685138229 ] ], "lastCommittedPoint": null, - "startBinding": null, - "endBinding": null, + "startBinding": { + "elementId": "rect-triage", + "mode": "orbit", + "fixedPoint": [ + -0.015043461168132715, + 0.5504897863403851 + ] + }, + "endBinding": { + "elementId": "rect-tickets", + "mode": "orbit", + "fixedPoint": [ + 0.49974927564719773, + 1.0461009293862136 + ] + }, "startArrowhead": null, - "endArrowhead": "arrow" + "endArrowhead": "arrow", + "index": "ar", + "elbowed": true, + "fixedSegments": [ + { + "index": 2, + "start": [ + -81.87811147073634, + 0 + ], + "end": [ + -81.87811147073634, + -165.60792251716668 + ] + }, + { + "index": 3, + "start": [ + -81.87811147073634, + -165.60792251716668 + ], + "end": [ + 206.59817579063136, + -165.60792251716668 + ] + } + ], + "startIsSpecial": false, + "endIsSpecial": false }, { "angle": 0, @@ -1920,27 +2479,25 @@ "fillStyle": "solid", "strokeWidth": 2, "strokeStyle": "solid", - "roughness": 1, + "roughness": 0, "opacity": 100, "groupIds": [], "frameId": null, - "roundness": { - "type": 2 - }, - "seed": 594080327, - "version": 1, - "versionNonce": 1248958947, + "roundness": null, + "seed": 1975925218, + "version": 824, + "versionNonce": 1719284962, "isDeleted": false, "boundElements": [], - "updated": 1, + "updated": 1783080616389, "link": null, "locked": false, "id": "arrow-5-qafind-tickets", "type": "arrow", - "x": 395, - "y": 340, - "width": 40, - "height": 188, + "x": 178.8357811129798, + "y": 421.093081889589, + "width": 276.9561058230041, + "height": 454.0933236666591, "strokeColor": "#1e1e1e", "points": [ [ @@ -1948,15 +2505,69 @@ 0 ], [ - 40, - -188 + -97.29681247472476, + 0 + ], + [ + -97.29681247472476, + -330.6276014037736 + ], + [ + 179.65929334827936, + -330.6276014037736 + ], + [ + 179.65929334827936, + -454.0933236666591 ] ], "lastCommittedPoint": null, - "startBinding": null, - "endBinding": null, + "startBinding": { + "elementId": "rect-qafind", + "mode": "orbit", + "fixedPoint": [ + -0.015043461168132715, + 0.49923165117689583 + ] + }, + "endBinding": { + "elementId": "rect-tickets", + "mode": "orbit", + "fixedPoint": [ + 0.4322069369914617, + 1.0461009293862131 + ] + }, "startArrowhead": null, - "endArrowhead": "arrow" + "endArrowhead": "arrow", + "index": "as", + "elbowed": true, + "fixedSegments": [ + { + "index": 2, + "start": [ + -97.29681247472476, + 0 + ], + "end": [ + -97.29681247472476, + -330.6276014037736 + ] + }, + { + "index": 3, + "start": [ + -97.29681247472476, + -330.6276014037736 + ], + "end": [ + 179.65929334827936, + -330.6276014037736 + ] + } + ], + "startIsSpecial": false, + "endIsSpecial": false }, { "angle": 0, @@ -1964,27 +2575,25 @@ "fillStyle": "solid", "strokeWidth": 2, "strokeStyle": "solid", - "roughness": 1, + "roughness": 0, "opacity": 100, "groupIds": [], "frameId": null, - "roundness": { - "type": 2 - }, - "seed": 1903837567, - "version": 1, - "versionNonce": 411232540, + "roundness": null, + "seed": 119326398, + "version": 931, + "versionNonce": 285857086, "isDeleted": false, "boundElements": [], - "updated": 1, + "updated": 1783080619034, "link": null, "locked": false, "id": "arrow-6-humans-tickets", "type": "arrow", - "x": 395, - "y": 420, - "width": 40, - "height": 268, + "x": 178.8357811129798, + "y": 589.0275592840126, + "width": 251.5610700834501, + "height": 622.0278010610826, "strokeColor": "#1e1e1e", "points": [ [ @@ -1992,15 +2601,69 @@ 0 ], [ - 40, - -268 + -112.0360143469114, + 0 + ], + [ + -112.0360143469114, + -510.0631489173724 + ], + [ + 139.5250557365387, + -510.0631489173724 + ], + [ + 139.5250557365387, + -622.0278010610826 ] ], "lastCommittedPoint": null, - "startBinding": null, - "endBinding": null, + "startBinding": { + "elementId": "rect-humans", + "mode": "orbit", + "fixedPoint": [ + -0.015043461168132715, + 0.4992316511768963 + ] + }, + "endBinding": { + "elementId": "rect-tickets", + "mode": "orbit", + "fixedPoint": [ + 0.3315806294873225, + 1.0461009293862136 + ] + }, "startArrowhead": null, - "endArrowhead": "arrow" + "endArrowhead": "arrow", + "index": "at", + "elbowed": true, + "fixedSegments": [ + { + "index": 2, + "start": [ + -112.0360143469114, + 0 + ], + "end": [ + -112.0360143469114, + -510.0631489173724 + ] + }, + { + "index": 3, + "start": [ + -112.0360143469114, + -510.0631489173724 + ], + "end": [ + 139.5250557365387, + -510.0631489173724 + ] + } + ], + "startIsSpecial": false, + "endIsSpecial": false }, { "angle": 0, @@ -2012,23 +2675,26 @@ "opacity": 100, "groupIds": [], "frameId": null, - "roundness": { - "type": 2 - }, + "roundness": null, "seed": 1066111160, - "version": 1, - "versionNonce": 1720989780, + "version": 634, + "versionNonce": 2063963554, "isDeleted": false, - "boundElements": [], - "updated": 1, + "boundElements": [ + { + "type": "text", + "id": "lUiGCXNKE3ZhlCeOSqe_A" + } + ], + "updated": 1783080636924, "link": null, "locked": false, "id": "arrow-7-setup-specs", "type": "arrow", - "x": 175, - "y": 540, - "width": 0, - "height": 388, + "x": -178.06027949559711, + "y": 836.5392075065541, + "width": 0.318605974499917, + "height": 868.6215852893046, "strokeColor": "#1971c2", "points": [ [ @@ -2036,15 +2702,72 @@ 0 ], [ - 0, - -388 + 0.318605974499917, + -868.6215852893046 ] ], "lastCommittedPoint": null, - "startBinding": null, - "endBinding": null, + "startBinding": { + "elementId": "rect-setup", + "mode": "orbit", + "fixedPoint": [ + 0.5725703712622572, + -0.04610092938621338 + ] + }, + "endBinding": { + "elementId": "rect-specs", + "mode": "orbit", + "fixedPoint": [ + 0.5978030640436451, + 1.0461009293862131 + ] + }, "startArrowhead": null, - "endArrowhead": "arrow" + "endArrowhead": "arrow", + "index": "au", + "elbowed": true, + "moveMidPointsWithElement": false, + "fixedSegments": null, + "startIsSpecial": null, + "endIsSpecial": null + }, + { + "id": "lUiGCXNKE3ZhlCeOSqe_A", + "type": "text", + "x": -520.2406635821553, + "y": 357.9361438012792, + "width": 137.53587341308594, + "height": 20, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 0, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "auV", + "roundness": null, + "seed": 712344930, + "version": 187, + "versionNonce": 2052020926, + "isDeleted": false, + "boundElements": null, + "updated": 1783080311109, + "link": null, + "locked": false, + "text": "writes config.yaml", + "fontSize": 16, + "fontFamily": 5, + "textAlign": "center", + "verticalAlign": "middle", + "containerId": "arrow-7-setup-specs", + "originalText": "writes config.yaml", + "autoResize": true, + "lineHeight": 1.25 }, { "angle": 0, @@ -2058,19 +2781,19 @@ "frameId": null, "roundness": null, "seed": 228384753, - "version": 1, - "versionNonce": 883263373, - "isDeleted": false, + "version": 53, + "versionNonce": 1828460002, + "isDeleted": true, "boundElements": [], - "updated": 1, + "updated": 1783079690526, "link": null, "locked": false, "id": "lbl-7-setup-specs", "type": "text", - "x": 112, - "y": 338, - "width": 126, - "height": 18, + "x": 111.75627837046375, + "y": 397.6991383725057, + "width": 101.37586975097656, + "height": 15, "strokeColor": "#495057", "text": "writes config.yaml", "fontSize": 12, @@ -2080,7 +2803,8 @@ "containerId": null, "originalText": "writes config.yaml", "lineHeight": 1.25, - "autoResize": true + "autoResize": true, + "index": "av" }, { "angle": 0, @@ -2092,23 +2816,26 @@ "opacity": 100, "groupIds": [], "frameId": null, - "roundness": { - "type": 2 - }, + "roundness": null, "seed": 1538141993, - "version": 1, - "versionNonce": 45536966, + "version": 2106, + "versionNonce": 291703714, "isDeleted": false, - "boundElements": [], - "updated": 1, + "boundElements": [ + { + "type": "text", + "id": "AWBQF-TDhFK9aJgYZdGrd" + } + ], + "updated": 1783080659170, "link": null, "locked": false, "id": "arrow-8-explore-specs", "type": "arrow", - "x": 435, - "y": 540, - "width": 260, - "height": 388, + "x": 99.07138205194906, + "y": 920.3980441572897, + "width": 179.70128254699785, + "height": 952.4804219400402, "strokeColor": "#1971c2", "points": [ [ @@ -2116,15 +2843,106 @@ 0 ], [ - -260, - -388 + -77.83389732340675, + 0 + ], + [ + -77.83389732340675, + -245.24710291920417 + ], + [ + -179.70128254699785, + -245.24710291920417 + ], + [ + -179.70128254699785, + -952.4804219400402 ] ], "lastCommittedPoint": null, - "startBinding": null, - "endBinding": null, + "startBinding": { + "elementId": "rect-explore", + "mode": "orbit", + "fixedPoint": [ + -0.015043461168132786, + 0.5982274550880474 + ] + }, + "endBinding": { + "elementId": "rect-specs", + "mode": "orbit", + "fixedPoint": [ + 0.8412859284579591, + 1.0461009293862131 + ] + }, "startArrowhead": null, - "endArrowhead": "arrow" + "endArrowhead": "arrow", + "index": "aw", + "elbowed": true, + "fixedSegments": [ + { + "index": 2, + "start": [ + -77.83389732340675, + 0 + ], + "end": [ + -77.83389732340675, + -245.24710291920417 + ] + }, + { + "index": 3, + "start": [ + -77.83389732340675, + -245.24710291920417 + ], + "end": [ + -179.70128254699785, + -245.24710291920417 + ] + } + ], + "startIsSpecial": false, + "endIsSpecial": false + }, + { + "id": "AWBQF-TDhFK9aJgYZdGrd", + "type": "text", + "x": -131.99647834085908, + "y": 510.053719573379, + "width": 131.67990112304688, + "height": 40, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 0, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "awV", + "roundness": null, + "seed": 1453616574, + "version": 199, + "versionNonce": 1785333950, + "isDeleted": false, + "boundElements": null, + "updated": 1783080397159, + "link": null, + "locked": false, + "text": "findings.md ·\nIntegrated Brief", + "fontSize": 16, + "fontFamily": 5, + "textAlign": "center", + "verticalAlign": "middle", + "containerId": "arrow-8-explore-specs", + "originalText": "findings.md · Integrated Brief", + "autoResize": true, + "lineHeight": 1.25 }, { "angle": 0, @@ -2138,19 +2956,19 @@ "frameId": null, "roundness": null, "seed": 700415586, - "version": 1, - "versionNonce": 1355294206, - "isDeleted": false, + "version": 170, + "versionNonce": 638929342, + "isDeleted": true, "boundElements": [], - "updated": 1, + "updated": 1783079762079, "link": null, "locked": false, "id": "lbl-8-explore-specs", "type": "text", - "x": 200, - "y": 338, - "width": 210, - "height": 18, + "x": -268.5342588796209, + "y": 367.48715195791647, + "width": 174.85177612304688, + "height": 15, "strokeColor": "#495057", "text": "findings.md · Integrated Brief", "fontSize": 12, @@ -2160,7 +2978,8 @@ "containerId": null, "originalText": "findings.md · Integrated Brief", "lineHeight": 1.25, - "autoResize": true + "autoResize": true, + "index": "ax" }, { "angle": 0, @@ -2176,19 +2995,24 @@ "type": 2 }, "seed": 2010172826, - "version": 1, - "versionNonce": 517567799, + "version": 727, + "versionNonce": 927367842, "isDeleted": false, - "boundElements": [], - "updated": 1, + "boundElements": [ + { + "type": "text", + "id": "VSWa8a-zhoLKu59h5hz0N" + } + ], + "updated": 1783080622450, "link": null, "locked": false, "id": "arrow-9-specs-tickets", "type": "arrow", - "x": 270, - "y": 121, - "width": 70, - "height": 0, + "x": -6.380107613834099, + "y": -138.99146214983668, + "width": 181.51179491196865, + "height": 2.710398878729933, "strokeColor": "#1971c2", "points": [ [ @@ -2196,15 +3020,146 @@ 0 ], [ - 70, - 0 + 81.91765080874515, + 2.710398878729933 + ], + [ + 181.51179491196865, + 0.1306285880633027 ] ], "lastCommittedPoint": null, - "startBinding": null, - "endBinding": null, + "startBinding": { + "elementId": "rect-specs", + "mode": "orbit", + "fixedPoint": [ + 0.7972073139401313, + 0.20279268605986844 + ] + }, + "endBinding": { + "elementId": "rect-tickets", + "mode": "orbit", + "fixedPoint": [ + 0.21251921194232345, + 0.21251921194232348 + ] + }, "startArrowhead": null, - "endArrowhead": "arrow" + "endArrowhead": "arrow", + "index": "ay", + "moveMidPointsWithElement": false + }, + { + "id": "VSWa8a-zhoLKu59h5hz0N", + "type": "text", + "x": 44.9028785382921, + "y": -148.78106327110675, + "width": 75.11994934082031, + "height": 25, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 0, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "ay8", + "roundness": null, + "seed": 1646283646, + "version": 3, + "versionNonce": 606131262, + "isDeleted": false, + "boundElements": null, + "updated": 1783080586314, + "link": null, + "locked": false, + "text": "PRD.md", + "fontSize": 20, + "fontFamily": 5, + "textAlign": "center", + "verticalAlign": "middle", + "containerId": "arrow-9-specs-tickets", + "originalText": "PRD.md", + "autoResize": true, + "lineHeight": 1.25 + }, + { + "id": "Mca8RuwYkSqAP8H0e-4mG", + "type": "text", + "x": 92.00302571161666, + "y": -146.74625202609593, + "width": 6.399993896484375, + "height": 20, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 0, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "ayG", + "roundness": null, + "seed": 676144162, + "version": 199, + "versionNonce": 1498531810, + "isDeleted": true, + "boundElements": null, + "updated": 1783080581304, + "link": null, + "locked": false, + "text": "", + "fontSize": 16, + "fontFamily": 5, + "textAlign": "center", + "verticalAlign": "middle", + "containerId": "arrow-9-specs-tickets", + "originalText": "", + "autoResize": true, + "lineHeight": 1.25 + }, + { + "id": "g7DSyXjaWmPI-N9B3r1_N", + "type": "text", + "x": 274.9520263671875, + "y": 111, + "width": 60.095947265625, + "height": 20, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 0, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "ayV", + "roundness": null, + "seed": 1114666110, + "version": 4, + "versionNonce": 307920382, + "isDeleted": true, + "boundElements": null, + "updated": 1783079803977, + "link": null, + "locked": false, + "text": "PRD.md", + "fontSize": 16, + "fontFamily": 5, + "textAlign": "center", + "verticalAlign": "middle", + "containerId": "arrow-9-specs-tickets", + "originalText": "PRD.md", + "autoResize": true, + "lineHeight": 1.25 }, { "angle": 0, @@ -2218,19 +3173,19 @@ "frameId": null, "roundness": null, "seed": 1172446419, - "version": 1, - "versionNonce": 1827325039, - "isDeleted": false, + "version": 37, + "versionNonce": 1635038718, + "isDeleted": true, "boundElements": [], - "updated": 1, + "updated": 1783079903431, "link": null, "locked": false, "id": "lbl-9-specs-tickets", "type": "text", - "x": 284, - "y": 113, - "width": 42, - "height": 18, + "x": 284.69951272892865, + "y": -7.575737085108585, + "width": 43.13993835449219, + "height": 15, "strokeColor": "#495057", "text": "PRD.md", "fontSize": 12, @@ -2240,7 +3195,8 @@ "containerId": null, "originalText": "PRD.md", "lineHeight": 1.25, - "autoResize": true + "autoResize": true, + "index": "az" }, { "angle": 0, @@ -2252,23 +3208,26 @@ "opacity": 100, "groupIds": [], "frameId": null, - "roundness": { - "type": 2 - }, + "roundness": null, "seed": 334720012, - "version": 1, - "versionNonce": 989598632, + "version": 767, + "versionNonce": 554099326, "isDeleted": false, - "boundElements": [], - "updated": 1, + "boundElements": [ + { + "type": "text", + "id": "tWjpXBhnX5gvNZiR15OFv" + } + ], + "updated": 1783080537557, "link": null, "locked": false, "id": "arrow-10-explore-prototype", "type": "arrow", - "x": 530, - "y": 571, - "width": 610, - "height": 80, + "x": 304.393573957827, + "y": 978.6884274872325, + "width": 1547.8825514595505, + "height": 112.65825904017424, "strokeColor": "#1971c2", "points": [ [ @@ -2276,15 +3235,85 @@ 0 ], [ - 610, - 80 + 0, + 112.65825904017424 + ], + [ + 1547.8825514595505, + 112.65825904017424 + ], + [ + 1547.8825514595505, + 109.35495320866619 ] ], "lastCommittedPoint": null, - "startBinding": null, + "startBinding": { + "elementId": "rect-explore", + "mode": "orbit", + "fixedPoint": [ + 0.49974927564719773, + 1.0461009293862142 + ] + }, "endBinding": null, "startArrowhead": null, - "endArrowhead": "arrow" + "endArrowhead": "arrow", + "index": "b00", + "elbowed": true, + "moveMidPointsWithElement": false, + "fixedSegments": [ + { + "index": 2, + "start": [ + 0, + 112.65825904017424 + ], + "end": [ + 1547.8825514595505, + 112.65825904017424 + ] + } + ], + "startIsSpecial": false, + "endIsSpecial": false + }, + { + "id": "tWjpXBhnX5gvNZiR15OFv", + "type": "text", + "x": 1031.2812757434135, + "y": 991.1752489272766, + "width": 167.9671173095703, + "height": 41.98361934860589, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 0, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "b00V", + "roundness": null, + "seed": 2082909602, + "version": 184, + "versionNonce": 870727934, + "isDeleted": false, + "boundElements": null, + "updated": 1783080397159, + "link": null, + "locked": false, + "text": "references", + "fontSize": 33.58689547888471, + "fontFamily": 5, + "textAlign": "center", + "verticalAlign": "middle", + "containerId": "arrow-10-explore-prototype", + "originalText": "references", + "autoResize": true, + "lineHeight": 1.25 }, { "angle": 0, @@ -2298,19 +3327,19 @@ "frameId": null, "roundness": null, "seed": 1644477252, - "version": 1, - "versionNonce": 151872225, - "isDeleted": false, + "version": 43, + "versionNonce": 1345211938, + "isDeleted": true, "boundElements": [], - "updated": 1, + "updated": 1783079768276, "link": null, "locked": false, "id": "lbl-10-explore-prototype", "type": "text", - "x": 800, - "y": 603, - "width": 70, - "height": 18, + "x": 780.5940609001734, + "y": 662.7561122599298, + "width": 60.551910400390625, + "height": 15, "strokeColor": "#495057", "text": "references", "fontSize": 12, @@ -2320,7 +3349,8 @@ "containerId": null, "originalText": "references", "lineHeight": 1.25, - "autoResize": true + "autoResize": true, + "index": "b01" }, { "angle": 0, @@ -2336,19 +3366,24 @@ "type": 2 }, "seed": 806750845, - "version": 1, - "versionNonce": 1461629465, + "version": 144, + "versionNonce": 1934904610, "isDeleted": false, - "boundElements": [], - "updated": 1, + "boundElements": [ + { + "type": "text", + "id": "7YSRXaPk71JE_1tIBTVJr" + } + ], + "updated": 1783080557679, "link": null, "locked": false, "id": "arrow-11-qa-assets", "type": "arrow", - "x": 1215, - "y": 152, + "x": 2015.7146979746492, + "y": -38.52754997764555, "width": 0, - "height": 68, + "height": 142.74430578526002, "strokeColor": "#1971c2", "points": [ [ @@ -2357,14 +3392,52 @@ ], [ 0, - 68 + 142.74430578526002 ] ], "lastCommittedPoint": null, "startBinding": null, "endBinding": null, "startArrowhead": null, - "endArrowhead": "arrow" + "endArrowhead": "arrow", + "index": "b02" + }, + { + "id": "7YSRXaPk71JE_1tIBTVJr", + "type": "text", + "x": 1926.0547629770906, + "y": 20.344602914984463, + "width": 179.3198699951172, + "height": 25, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 0, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "b02V", + "roundness": null, + "seed": 943588478, + "version": 4, + "versionNonce": 615568766, + "isDeleted": false, + "boundElements": null, + "updated": 1783080556829, + "link": null, + "locked": false, + "text": "Component Assets", + "fontSize": 20, + "fontFamily": 5, + "textAlign": "center", + "verticalAlign": "middle", + "containerId": "arrow-11-qa-assets", + "originalText": "Component Assets", + "autoResize": true, + "lineHeight": 1.25 }, { "angle": 0, @@ -2378,29 +3451,30 @@ "frameId": null, "roundness": null, "seed": 2116508085, - "version": 1, - "versionNonce": 623903058, - "isDeleted": false, + "version": 144, + "versionNonce": 885419006, + "isDeleted": true, "boundElements": [], - "updated": 1, + "updated": 1783080554550, "link": null, "locked": false, "id": "lbl-11-qa-assets", "type": "text", - "x": 1159, - "y": 178, - "width": 112, - "height": 18, + "x": 1898.1605637985529, + "y": 16.051155175542135, + "width": 222.20086669921875, + "height": 31.48771451145442, "strokeColor": "#495057", "text": "Component Assets", - "fontSize": 12, + "fontSize": 25.190171609163535, "fontFamily": 1, "textAlign": "center", "verticalAlign": "middle", "containerId": null, "originalText": "Component Assets", "lineHeight": 1.25, - "autoResize": true + "autoResize": true, + "index": "b03" }, { "angle": 0, @@ -2412,23 +3486,21 @@ "opacity": 100, "groupIds": [], "frameId": null, - "roundness": { - "type": 2 - }, + "roundness": null, "seed": 1278781678, - "version": 1, - "versionNonce": 1933660298, + "version": 1867, + "versionNonce": 1910714978, "isDeleted": false, "boundElements": [], - "updated": 1, + "updated": 1783079979339, "link": null, "locked": false, "id": "arrow-12-assets-specs", "type": "arrow", - "x": 1120, - "y": 251, - "width": 850, - "height": 130, + "x": 2227.7319756851093, + "y": 169.08144770121066, + "width": 2508.0997604630807, + "height": 515.898526065829, "strokeColor": "#1971c2", "points": [ [ @@ -2436,15 +3508,52 @@ 0 ], [ - -850, - -130 + 75.5705148274906, + 0 + ], + [ + 75.5705148274906, + -515.898526065829 + ], + [ + -2432.52924563559, + -515.898526065829 + ], + [ + -2432.52924563559, + -349.9081312692211 ] ], "lastCommittedPoint": null, - "startBinding": null, + "startBinding": { + "elementId": "rect-assets", + "mode": "orbit", + "fixedPoint": [ + 1.0315789473684212, + 0.4983870967741936 + ] + }, "endBinding": null, "startArrowhead": null, - "endArrowhead": "arrow" + "endArrowhead": "arrow", + "index": "b04", + "elbowed": true, + "moveMidPointsWithElement": false, + "fixedSegments": [ + { + "index": 3, + "start": [ + 75.5705148274906, + -515.898526065829 + ], + "end": [ + -2432.52924563559, + -515.898526065829 + ] + } + ], + "startIsSpecial": false, + "endIsSpecial": false }, { "angle": 0, @@ -2458,34 +3567,75 @@ "frameId": null, "roundness": null, "seed": 441055271, - "version": 1, - "versionNonce": 1095933891, + "version": 262, + "versionNonce": 861420862, "isDeleted": false, "boundElements": [], - "updated": 1, + "updated": 1783080567143, "link": null, "locked": false, "id": "lbl-12-assets-specs", "type": "text", - "x": 555, - "y": 178, - "width": 280, - "height": 18, + "x": 598.5247049971465, + "y": -266.89860236309255, + "width": 675.5344751555075, + "height": 62.97542902290884, "strokeColor": "#495057", - "text": "deterministic output — emergent (fresh-slice-reads-committed-repo)", - "fontSize": 12, + "text": "deterministic output — emergent (fresh-slice-reads-\ncommitted-repo)", + "fontSize": 25.190171609163535, "fontFamily": 1, "textAlign": "center", "verticalAlign": "middle", "containerId": null, "originalText": "deterministic output — emergent (fresh-slice-reads-committed-repo)", "lineHeight": 1.25, - "autoResize": true + "autoResize": false, + "index": "b05" + }, + { + "id": "3MPg8sBEJOOexSo65Fpob", + "type": "text", + "x": -398.5953666492326, + "y": 1127.7120724426832, + "width": 6.399993896484375, + "height": 20, + "angle": 0, + "strokeColor": "#1e1e1e", + "backgroundColor": "transparent", + "fillStyle": "solid", + "strokeWidth": 2, + "strokeStyle": "solid", + "roughness": 0, + "opacity": 100, + "groupIds": [], + "frameId": null, + "index": "b06", + "roundness": null, + "seed": 349157282, + "version": 3, + "versionNonce": 1987593214, + "isDeleted": true, + "boundElements": null, + "updated": 1783080480228, + "link": null, + "locked": false, + "text": "", + "fontSize": 16, + "fontFamily": 5, + "textAlign": "left", + "verticalAlign": "top", + "containerId": null, + "originalText": "", + "autoResize": true, + "lineHeight": 1.25 } ], "appState": { - "gridSize": null, - "viewBackgroundColor": "#ffffff" + "gridSize": 20, + "gridStep": 5, + "gridModeEnabled": false, + "viewBackgroundColor": "#ffffff", + "lockedMultiSelections": {} }, "files": {} } \ No newline at end of file From 767f247032e4dc49d1e23d183db18da8ed504a1d Mon Sep 17 00:00:00 2001 From: Oriol Torrent Florensa Date: Fri, 3 Jul 2026 14:27:15 +0200 Subject: [PATCH 3/3] fix(unic-archon-dlc): scrub internal Excalidraw source URL + draft typo Address Copilot review on PR #273: - Replace the private/local Excalidraw server URL (http://192.168.200.10:41000) in the source field of both the canonical and archived-draft .excalidraw files with a neutral public value. (Excalidraw re-stamps this on save from that server; scrubbed at commit time.) - Fix the "enforcemet" -> "enforcement" typo carried in the archived draft diagram. Co-Authored-By: Claude Opus 4.8 --- .../docs/20260703-Unic-dlc-draft.excalidraw | 10 +++++----- .../unic-archon-dlc/docs/20260703-Unic-dlc-draft.mmd | 4 ++-- .../unic-archon-dlc/docs/20260703-Unic-dlc.excalidraw | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/apps/claude-code/unic-archon-dlc/docs/20260703-Unic-dlc-draft.excalidraw b/apps/claude-code/unic-archon-dlc/docs/20260703-Unic-dlc-draft.excalidraw index be670e8f..e963d6ee 100644 --- a/apps/claude-code/unic-archon-dlc/docs/20260703-Unic-dlc-draft.excalidraw +++ b/apps/claude-code/unic-archon-dlc/docs/20260703-Unic-dlc-draft.excalidraw @@ -1,7 +1,7 @@ { "type": "excalidraw", "version": 2, - "source": "http://192.168.200.10:41000", + "source": "https://github.com/unic/unic-agents-plugins", "elements": [ { "id": "LxSatkTi87-3_YaLF8WGs", @@ -1851,13 +1851,13 @@ "updated": 1782196760762, "link": null, "locked": false, - "text": "Validation ensured\nover MD template\n(enforcemet)", + "text": "Validation ensured\nover MD template\n(enforcement)", "fontSize": 20, "fontFamily": 5, "textAlign": "center", "verticalAlign": "middle", "containerId": "EZ2-4j0ew-_2wtKv1Vco7", - "originalText": "Validation ensured over MD template\n(enforcemet)", + "originalText": "Validation ensured over MD template\n(enforcement)", "autoResize": true, "lineHeight": 1.25 }, @@ -4311,13 +4311,13 @@ "updated": 1782196760760, "link": null, "locked": false, - "text": "Validation ensured\nover MD template\n(enforcemet)", + "text": "Validation ensured\nover MD template\n(enforcement)", "fontSize": 20, "fontFamily": 5, "textAlign": "center", "verticalAlign": "middle", "containerId": "BXHfE7tPBQI2NeAAPQ8ct", - "originalText": "Validation ensured over MD template\n(enforcemet)", + "originalText": "Validation ensured over MD template\n(enforcement)", "autoResize": true, "lineHeight": 1.25 }, diff --git a/apps/claude-code/unic-archon-dlc/docs/20260703-Unic-dlc-draft.mmd b/apps/claude-code/unic-archon-dlc/docs/20260703-Unic-dlc-draft.mmd index 5a3c7517..91aed63d 100644 --- a/apps/claude-code/unic-archon-dlc/docs/20260703-Unic-dlc-draft.mmd +++ b/apps/claude-code/unic-archon-dlc/docs/20260703-Unic-dlc-draft.mmd @@ -36,7 +36,7 @@ flowchart LR N24("Red") N25("Brown / Orange") end - N0 -.-> |"Validation ensured over MD template (enforcemet)"| N4 + N0 -.-> |"Validation ensured over MD template (enforcement)"| N4 N13 -.-> |"Validation ensured over MD template (enforcement)"| N7 N15 -.-> |"Validation ensured over MD template (enforcement)"| N7 N14 -.-> N20 @@ -60,7 +60,7 @@ flowchart LR N9 --> N16 N11 --> |"Feedback on future component iterations ensures deterministic output"| N4 N7 -.-> N8 - N0 -.-> |"Validation ensured over MD template (enforcemet)"| N6 + N0 -.-> |"Validation ensured over MD template (enforcement)"| N6 N4 -.-> N5 style N0 stroke:#1e1e1e,fill:none style N1 stroke:#1e1e1e,fill:none diff --git a/apps/claude-code/unic-archon-dlc/docs/20260703-Unic-dlc.excalidraw b/apps/claude-code/unic-archon-dlc/docs/20260703-Unic-dlc.excalidraw index 39e001bd..c4c2f5b7 100644 --- a/apps/claude-code/unic-archon-dlc/docs/20260703-Unic-dlc.excalidraw +++ b/apps/claude-code/unic-archon-dlc/docs/20260703-Unic-dlc.excalidraw @@ -1,7 +1,7 @@ { "type": "excalidraw", "version": 2, - "source": "http://192.168.200.10:41000", + "source": "https://github.com/unic/unic-agents-plugins", "elements": [ { "angle": 0,