pi-usereq 0.49.0 → 0.50.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +5 -1
- package/scripts/lib/extension-debug-harness.ts +443 -0
- package/scripts/lib/recording-extension-api.ts +855 -0
- package/scripts/lib/sdk-smoke.ts +503 -0
- package/.g.conf +0 -16
- package/.github/workflows/release-npm.yml +0 -134
- package/.gitignore +0 -274
- package/CHANGELOG.md +0 -706
- package/TODO.md +0 -20
- package/docs/pi.dev/agent-document-manifest.json +0 -6399
- package/docs/pi.dev/coding-agent-docs/compaction.md +0 -394
- package/docs/pi.dev/coding-agent-docs/custom-provider.md +0 -637
- package/docs/pi.dev/coding-agent-docs/development.md +0 -71
- package/docs/pi.dev/coding-agent-docs/extensions.md +0 -2536
- package/docs/pi.dev/coding-agent-docs/images/doom-extension.png +0 -0
- package/docs/pi.dev/coding-agent-docs/images/exy.png +0 -0
- package/docs/pi.dev/coding-agent-docs/images/interactive-mode.png +0 -0
- package/docs/pi.dev/coding-agent-docs/images/tree-view.png +0 -0
- package/docs/pi.dev/coding-agent-docs/json.md +0 -82
- package/docs/pi.dev/coding-agent-docs/keybindings.md +0 -197
- package/docs/pi.dev/coding-agent-docs/models.md +0 -395
- package/docs/pi.dev/coding-agent-docs/packages.md +0 -218
- package/docs/pi.dev/coding-agent-docs/prompt-templates.md +0 -88
- package/docs/pi.dev/coding-agent-docs/providers.md +0 -196
- package/docs/pi.dev/coding-agent-docs/rpc.md +0 -1407
- package/docs/pi.dev/coding-agent-docs/sdk.md +0 -1149
- package/docs/pi.dev/coding-agent-docs/session.md +0 -412
- package/docs/pi.dev/coding-agent-docs/settings.md +0 -248
- package/docs/pi.dev/coding-agent-docs/shell-aliases.md +0 -13
- package/docs/pi.dev/coding-agent-docs/skills.md +0 -232
- package/docs/pi.dev/coding-agent-docs/terminal-setup.md +0 -106
- package/docs/pi.dev/coding-agent-docs/termux.md +0 -127
- package/docs/pi.dev/coding-agent-docs/themes.md +0 -295
- package/docs/pi.dev/coding-agent-docs/tmux.md +0 -61
- package/docs/pi.dev/coding-agent-docs/tree.md +0 -233
- package/docs/pi.dev/coding-agent-docs/tui.md +0 -918
- package/docs/pi.dev/coding-agent-docs/windows.md +0 -17
- package/docs/pi.dev/mom-docs/artifacts-server.md +0 -475
- package/docs/pi.dev/mom-docs/events.md +0 -307
- package/docs/pi.dev/mom-docs/new.md +0 -970
- package/docs/pi.dev/mom-docs/sandbox.md +0 -153
- package/docs/pi.dev/mom-docs/slack-bot-minimal-guide.md +0 -399
- package/docs/pi.dev/mom-docs/v86.md +0 -319
- package/docs/pi.dev/pods-docs/gml-4.5.md +0 -189
- package/docs/pi.dev/pods-docs/gpt-oss.md +0 -233
- package/docs/pi.dev/pods-docs/implementation-plan.md +0 -183
- package/docs/pi.dev/pods-docs/kimi-k2.md +0 -197
- package/docs/pi.dev/pods-docs/models.md +0 -116
- package/docs/pi.dev/pods-docs/plan.md +0 -166
- package/docs/pi.dev/pods-docs/qwen3-coder.md +0 -132
- package/images/flowchart-bw.png +0 -0
- package/images/flowchart-bw.svg +0 -102
- package/images/flowchart.md +0 -100
- package/images/flowchart.png +0 -0
- package/images/flowchart.svg +0 -3
- package/pi-usereq/docs/REFERENCES.md +0 -5713
- package/pi-usereq/docs/REQUIREMENTS.md +0 -781
- package/pi-usereq/docs/WORKFLOW.md +0 -1341
- package/pi.dev-src/pi-mono/agent/src/agent-loop.ts +0 -683
- package/pi.dev-src/pi-mono/agent/src/agent.ts +0 -543
- package/pi.dev-src/pi-mono/agent/src/index.ts +0 -8
- package/pi.dev-src/pi-mono/agent/src/proxy.ts +0 -367
- package/pi.dev-src/pi-mono/agent/src/types.ts +0 -364
- package/pi.dev-src/pi-mono/agent/test/agent-loop.test.ts +0 -1181
- package/pi.dev-src/pi-mono/agent/test/agent.test.ts +0 -463
- package/pi.dev-src/pi-mono/agent/test/e2e.test.ts +0 -404
- package/pi.dev-src/pi-mono/agent/test/utils/calculate.ts +0 -32
- package/pi.dev-src/pi-mono/agent/test/utils/get-current-time.ts +0 -46
- package/pi.dev-src/pi-mono/agent/vitest.config.ts +0 -9
- package/pi.dev-src/pi-mono/ai/bedrock-provider.d.ts +0 -1
- package/pi.dev-src/pi-mono/ai/bedrock-provider.js +0 -1
- package/pi.dev-src/pi-mono/ai/scripts/generate-models.ts +0 -1635
- package/pi.dev-src/pi-mono/ai/scripts/generate-test-image.ts +0 -34
- package/pi.dev-src/pi-mono/ai/src/api-registry.ts +0 -98
- package/pi.dev-src/pi-mono/ai/src/bedrock-provider.ts +0 -6
- package/pi.dev-src/pi-mono/ai/src/cli.ts +0 -133
- package/pi.dev-src/pi-mono/ai/src/env-api-keys.ts +0 -134
- package/pi.dev-src/pi-mono/ai/src/index.ts +0 -35
- package/pi.dev-src/pi-mono/ai/src/models.generated.ts +0 -14928
- package/pi.dev-src/pi-mono/ai/src/models.ts +0 -82
- package/pi.dev-src/pi-mono/ai/src/oauth.ts +0 -1
- package/pi.dev-src/pi-mono/ai/src/providers/amazon-bedrock.ts +0 -929
- package/pi.dev-src/pi-mono/ai/src/providers/anthropic.ts +0 -1125
- package/pi.dev-src/pi-mono/ai/src/providers/azure-openai-responses.ts +0 -253
- package/pi.dev-src/pi-mono/ai/src/providers/faux.ts +0 -499
- package/pi.dev-src/pi-mono/ai/src/providers/github-copilot-headers.ts +0 -37
- package/pi.dev-src/pi-mono/ai/src/providers/google-gemini-cli.ts +0 -996
- package/pi.dev-src/pi-mono/ai/src/providers/google-shared.ts +0 -354
- package/pi.dev-src/pi-mono/ai/src/providers/google-vertex.ts +0 -543
- package/pi.dev-src/pi-mono/ai/src/providers/google.ts +0 -500
- package/pi.dev-src/pi-mono/ai/src/providers/mistral.ts +0 -629
- package/pi.dev-src/pi-mono/ai/src/providers/openai-codex-responses.ts +0 -984
- package/pi.dev-src/pi-mono/ai/src/providers/openai-completions.ts +0 -1063
- package/pi.dev-src/pi-mono/ai/src/providers/openai-responses-shared.ts +0 -539
- package/pi.dev-src/pi-mono/ai/src/providers/openai-responses.ts +0 -264
- package/pi.dev-src/pi-mono/ai/src/providers/register-builtins.ts +0 -433
- package/pi.dev-src/pi-mono/ai/src/providers/simple-options.ts +0 -47
- package/pi.dev-src/pi-mono/ai/src/providers/transform-messages.ts +0 -220
- package/pi.dev-src/pi-mono/ai/src/stream.ts +0 -59
- package/pi.dev-src/pi-mono/ai/src/types.ts +0 -417
- package/pi.dev-src/pi-mono/ai/src/utils/event-stream.ts +0 -87
- package/pi.dev-src/pi-mono/ai/src/utils/hash.ts +0 -13
- package/pi.dev-src/pi-mono/ai/src/utils/headers.ts +0 -7
- package/pi.dev-src/pi-mono/ai/src/utils/json-parse.ts +0 -124
- package/pi.dev-src/pi-mono/ai/src/utils/overflow.ts +0 -138
- package/pi.dev-src/pi-mono/ai/src/utils/sanitize-unicode.ts +0 -25
- package/pi.dev-src/pi-mono/ai/src/utils/typebox-helpers.ts +0 -24
- package/pi.dev-src/pi-mono/ai/src/utils/validation.ts +0 -324
- package/pi.dev-src/pi-mono/ai/test/abort.test.ts +0 -260
- package/pi.dev-src/pi-mono/ai/test/anthropic-oauth.test.ts +0 -99
- package/pi.dev-src/pi-mono/ai/test/anthropic-opus-4-7-smoke.test.ts +0 -72
- package/pi.dev-src/pi-mono/ai/test/anthropic-sse-parsing.test.ts +0 -113
- package/pi.dev-src/pi-mono/ai/test/anthropic-thinking-disable.test.ts +0 -152
- package/pi.dev-src/pi-mono/ai/test/anthropic-tool-name-normalization.test.ts +0 -205
- package/pi.dev-src/pi-mono/ai/test/azure-utils.ts +0 -28
- package/pi.dev-src/pi-mono/ai/test/bedrock-endpoint-resolution.test.ts +0 -131
- package/pi.dev-src/pi-mono/ai/test/bedrock-models.test.ts +0 -66
- package/pi.dev-src/pi-mono/ai/test/bedrock-thinking-payload.test.ts +0 -107
- package/pi.dev-src/pi-mono/ai/test/bedrock-utils.ts +0 -18
- package/pi.dev-src/pi-mono/ai/test/cache-retention.test.ts +0 -335
- package/pi.dev-src/pi-mono/ai/test/context-overflow.test.ts +0 -714
- package/pi.dev-src/pi-mono/ai/test/cross-provider-handoff.test.ts +0 -458
- package/pi.dev-src/pi-mono/ai/test/data/red-circle.png +0 -0
- package/pi.dev-src/pi-mono/ai/test/empty.test.ts +0 -742
- package/pi.dev-src/pi-mono/ai/test/faux-provider.test.ts +0 -597
- package/pi.dev-src/pi-mono/ai/test/fireworks-models.test.ts +0 -49
- package/pi.dev-src/pi-mono/ai/test/github-copilot-anthropic.test.ts +0 -108
- package/pi.dev-src/pi-mono/ai/test/github-copilot-oauth.test.ts +0 -196
- package/pi.dev-src/pi-mono/ai/test/google-gemini-cli-claude-thinking-header.test.ts +0 -103
- package/pi.dev-src/pi-mono/ai/test/google-gemini-cli-empty-stream.test.ts +0 -108
- package/pi.dev-src/pi-mono/ai/test/google-gemini-cli-retry-delay.test.ts +0 -53
- package/pi.dev-src/pi-mono/ai/test/google-shared-convert-tools.test.ts +0 -187
- package/pi.dev-src/pi-mono/ai/test/google-shared-gemini3-unsigned-tool-call.test.ts +0 -172
- package/pi.dev-src/pi-mono/ai/test/google-shared-image-tool-result-routing.test.ts +0 -124
- package/pi.dev-src/pi-mono/ai/test/google-thinking-disable.test.ts +0 -183
- package/pi.dev-src/pi-mono/ai/test/google-thinking-signature.test.ts +0 -38
- package/pi.dev-src/pi-mono/ai/test/google-tool-call-missing-args.test.ts +0 -105
- package/pi.dev-src/pi-mono/ai/test/google-vertex-api-key-resolution.test.ts +0 -144
- package/pi.dev-src/pi-mono/ai/test/image-tool-result.test.ts +0 -481
- package/pi.dev-src/pi-mono/ai/test/interleaved-thinking.test.ts +0 -145
- package/pi.dev-src/pi-mono/ai/test/lazy-module-load.test.ts +0 -102
- package/pi.dev-src/pi-mono/ai/test/mistral-reasoning-mode.test.ts +0 -66
- package/pi.dev-src/pi-mono/ai/test/mistral-tool-schema.test.ts +0 -61
- package/pi.dev-src/pi-mono/ai/test/oauth.ts +0 -89
- package/pi.dev-src/pi-mono/ai/test/openai-codex-cache-affinity-e2e.test.ts +0 -36
- package/pi.dev-src/pi-mono/ai/test/openai-codex-stream.test.ts +0 -686
- package/pi.dev-src/pi-mono/ai/test/openai-completions-cache-control-format.test.ts +0 -189
- package/pi.dev-src/pi-mono/ai/test/openai-completions-prompt-cache.test.ts +0 -198
- package/pi.dev-src/pi-mono/ai/test/openai-completions-thinking-as-text.test.ts +0 -214
- package/pi.dev-src/pi-mono/ai/test/openai-completions-tool-choice.test.ts +0 -560
- package/pi.dev-src/pi-mono/ai/test/openai-completions-tool-result-images.test.ts +0 -101
- package/pi.dev-src/pi-mono/ai/test/openai-responses-cache-affinity-e2e.test.ts +0 -32
- package/pi.dev-src/pi-mono/ai/test/openai-responses-copilot-provider.test.ts +0 -128
- package/pi.dev-src/pi-mono/ai/test/openai-responses-foreign-toolcall-id.test.ts +0 -66
- package/pi.dev-src/pi-mono/ai/test/openai-responses-partial-json-cleanup.test.ts +0 -101
- package/pi.dev-src/pi-mono/ai/test/openai-responses-reasoning-replay-e2e.test.ts +0 -292
- package/pi.dev-src/pi-mono/ai/test/openai-responses-tool-result-images.test.ts +0 -200
- package/pi.dev-src/pi-mono/ai/test/openrouter-cache-write-repro.test.ts +0 -78
- package/pi.dev-src/pi-mono/ai/test/overflow.test.ts +0 -64
- package/pi.dev-src/pi-mono/ai/test/responseid.test.ts +0 -145
- package/pi.dev-src/pi-mono/ai/test/stream.test.ts +0 -1405
- package/pi.dev-src/pi-mono/ai/test/supports-xhigh.test.ts +0 -34
- package/pi.dev-src/pi-mono/ai/test/tokens.test.ts +0 -304
- package/pi.dev-src/pi-mono/ai/test/tool-call-id-normalization.test.ts +0 -291
- package/pi.dev-src/pi-mono/ai/test/tool-call-without-result.test.ts +0 -313
- package/pi.dev-src/pi-mono/ai/test/total-tokens.test.ts +0 -695
- package/pi.dev-src/pi-mono/ai/test/transform-messages-copilot-openai-to-anthropic.test.ts +0 -191
- package/pi.dev-src/pi-mono/ai/test/unicode-surrogate.test.ts +0 -754
- package/pi.dev-src/pi-mono/ai/test/validation.test.ts +0 -116
- package/pi.dev-src/pi-mono/ai/test/xhigh.test.ts +0 -71
- package/pi.dev-src/pi-mono/ai/test/zen.test.ts +0 -25
- package/pi.dev-src/pi-mono/ai/vitest.config.ts +0 -9
- package/pi.dev-src/pi-mono/coding-agent/examples/extensions/antigravity-image-gen.ts +0 -418
- package/pi.dev-src/pi-mono/coding-agent/examples/extensions/auto-commit-on-exit.ts +0 -49
- package/pi.dev-src/pi-mono/coding-agent/examples/extensions/bash-spawn-hook.ts +0 -30
- package/pi.dev-src/pi-mono/coding-agent/examples/extensions/bookmark.ts +0 -50
- package/pi.dev-src/pi-mono/coding-agent/examples/extensions/built-in-tool-renderer.ts +0 -249
- package/pi.dev-src/pi-mono/coding-agent/examples/extensions/claude-rules.ts +0 -86
- package/pi.dev-src/pi-mono/coding-agent/examples/extensions/commands.ts +0 -72
- package/pi.dev-src/pi-mono/coding-agent/examples/extensions/confirm-destructive.ts +0 -59
- package/pi.dev-src/pi-mono/coding-agent/examples/extensions/custom-compaction.ts +0 -127
- package/pi.dev-src/pi-mono/coding-agent/examples/extensions/custom-footer.ts +0 -64
- package/pi.dev-src/pi-mono/coding-agent/examples/extensions/custom-header.ts +0 -73
- package/pi.dev-src/pi-mono/coding-agent/examples/extensions/custom-provider-anthropic/index.ts +0 -604
- package/pi.dev-src/pi-mono/coding-agent/examples/extensions/custom-provider-anthropic/package-lock.json +0 -24
- package/pi.dev-src/pi-mono/coding-agent/examples/extensions/custom-provider-gitlab-duo/index.ts +0 -349
- package/pi.dev-src/pi-mono/coding-agent/examples/extensions/custom-provider-gitlab-duo/test.ts +0 -82
- package/pi.dev-src/pi-mono/coding-agent/examples/extensions/custom-provider-qwen-cli/index.ts +0 -345
- package/pi.dev-src/pi-mono/coding-agent/examples/extensions/dirty-repo-guard.ts +0 -56
- package/pi.dev-src/pi-mono/coding-agent/examples/extensions/doom-overlay/doom/build.sh +0 -152
- package/pi.dev-src/pi-mono/coding-agent/examples/extensions/doom-overlay/doom/doomgeneric_pi.c +0 -72
- package/pi.dev-src/pi-mono/coding-agent/examples/extensions/doom-overlay/doom-component.ts +0 -132
- package/pi.dev-src/pi-mono/coding-agent/examples/extensions/doom-overlay/doom-engine.ts +0 -173
- package/pi.dev-src/pi-mono/coding-agent/examples/extensions/doom-overlay/doom-keys.ts +0 -104
- package/pi.dev-src/pi-mono/coding-agent/examples/extensions/doom-overlay/index.ts +0 -74
- package/pi.dev-src/pi-mono/coding-agent/examples/extensions/doom-overlay/wad-finder.ts +0 -51
- package/pi.dev-src/pi-mono/coding-agent/examples/extensions/dynamic-resources/SKILL.md +0 -8
- package/pi.dev-src/pi-mono/coding-agent/examples/extensions/dynamic-resources/dynamic.json +0 -79
- package/pi.dev-src/pi-mono/coding-agent/examples/extensions/dynamic-resources/dynamic.md +0 -5
- package/pi.dev-src/pi-mono/coding-agent/examples/extensions/dynamic-resources/index.ts +0 -15
- package/pi.dev-src/pi-mono/coding-agent/examples/extensions/dynamic-tools.ts +0 -74
- package/pi.dev-src/pi-mono/coding-agent/examples/extensions/event-bus.ts +0 -43
- package/pi.dev-src/pi-mono/coding-agent/examples/extensions/file-trigger.ts +0 -41
- package/pi.dev-src/pi-mono/coding-agent/examples/extensions/git-checkpoint.ts +0 -53
- package/pi.dev-src/pi-mono/coding-agent/examples/extensions/github-issue-autocomplete.ts +0 -185
- package/pi.dev-src/pi-mono/coding-agent/examples/extensions/handoff.ts +0 -153
- package/pi.dev-src/pi-mono/coding-agent/examples/extensions/hello.ts +0 -26
- package/pi.dev-src/pi-mono/coding-agent/examples/extensions/hidden-thinking-label.ts +0 -53
- package/pi.dev-src/pi-mono/coding-agent/examples/extensions/inline-bash.ts +0 -94
- package/pi.dev-src/pi-mono/coding-agent/examples/extensions/input-transform.ts +0 -43
- package/pi.dev-src/pi-mono/coding-agent/examples/extensions/interactive-shell.ts +0 -196
- package/pi.dev-src/pi-mono/coding-agent/examples/extensions/mac-system-theme.ts +0 -47
- package/pi.dev-src/pi-mono/coding-agent/examples/extensions/message-renderer.ts +0 -59
- package/pi.dev-src/pi-mono/coding-agent/examples/extensions/minimal-mode.ts +0 -426
- package/pi.dev-src/pi-mono/coding-agent/examples/extensions/modal-editor.ts +0 -85
- package/pi.dev-src/pi-mono/coding-agent/examples/extensions/model-status.ts +0 -31
- package/pi.dev-src/pi-mono/coding-agent/examples/extensions/notify.ts +0 -55
- package/pi.dev-src/pi-mono/coding-agent/examples/extensions/overlay-qa-tests.ts +0 -1348
- package/pi.dev-src/pi-mono/coding-agent/examples/extensions/overlay-test.ts +0 -150
- package/pi.dev-src/pi-mono/coding-agent/examples/extensions/permission-gate.ts +0 -34
- package/pi.dev-src/pi-mono/coding-agent/examples/extensions/pirate.ts +0 -47
- package/pi.dev-src/pi-mono/coding-agent/examples/extensions/plan-mode/index.ts +0 -340
- package/pi.dev-src/pi-mono/coding-agent/examples/extensions/plan-mode/utils.ts +0 -168
- package/pi.dev-src/pi-mono/coding-agent/examples/extensions/preset.ts +0 -430
- package/pi.dev-src/pi-mono/coding-agent/examples/extensions/prompt-customizer.ts +0 -97
- package/pi.dev-src/pi-mono/coding-agent/examples/extensions/protected-paths.ts +0 -30
- package/pi.dev-src/pi-mono/coding-agent/examples/extensions/provider-payload.ts +0 -18
- package/pi.dev-src/pi-mono/coding-agent/examples/extensions/qna.ts +0 -122
- package/pi.dev-src/pi-mono/coding-agent/examples/extensions/question.ts +0 -264
- package/pi.dev-src/pi-mono/coding-agent/examples/extensions/questionnaire.ts +0 -427
- package/pi.dev-src/pi-mono/coding-agent/examples/extensions/rainbow-editor.ts +0 -88
- package/pi.dev-src/pi-mono/coding-agent/examples/extensions/reload-runtime.ts +0 -37
- package/pi.dev-src/pi-mono/coding-agent/examples/extensions/rpc-demo.ts +0 -118
- package/pi.dev-src/pi-mono/coding-agent/examples/extensions/sandbox/index.ts +0 -321
- package/pi.dev-src/pi-mono/coding-agent/examples/extensions/sandbox/package-lock.json +0 -92
- package/pi.dev-src/pi-mono/coding-agent/examples/extensions/send-user-message.ts +0 -97
- package/pi.dev-src/pi-mono/coding-agent/examples/extensions/session-name.ts +0 -27
- package/pi.dev-src/pi-mono/coding-agent/examples/extensions/shutdown-command.ts +0 -63
- package/pi.dev-src/pi-mono/coding-agent/examples/extensions/snake.ts +0 -343
- package/pi.dev-src/pi-mono/coding-agent/examples/extensions/space-invaders.ts +0 -560
- package/pi.dev-src/pi-mono/coding-agent/examples/extensions/ssh.ts +0 -220
- package/pi.dev-src/pi-mono/coding-agent/examples/extensions/status-line.ts +0 -32
- package/pi.dev-src/pi-mono/coding-agent/examples/extensions/structured-output.ts +0 -65
- package/pi.dev-src/pi-mono/coding-agent/examples/extensions/subagent/agents/planner.md +0 -37
- package/pi.dev-src/pi-mono/coding-agent/examples/extensions/subagent/agents/reviewer.md +0 -35
- package/pi.dev-src/pi-mono/coding-agent/examples/extensions/subagent/agents/scout.md +0 -50
- package/pi.dev-src/pi-mono/coding-agent/examples/extensions/subagent/agents/worker.md +0 -24
- package/pi.dev-src/pi-mono/coding-agent/examples/extensions/subagent/agents.ts +0 -126
- package/pi.dev-src/pi-mono/coding-agent/examples/extensions/subagent/index.ts +0 -987
- package/pi.dev-src/pi-mono/coding-agent/examples/extensions/subagent/prompts/implement-and-review.md +0 -10
- package/pi.dev-src/pi-mono/coding-agent/examples/extensions/subagent/prompts/implement.md +0 -10
- package/pi.dev-src/pi-mono/coding-agent/examples/extensions/subagent/prompts/scout-and-plan.md +0 -9
- package/pi.dev-src/pi-mono/coding-agent/examples/extensions/summarize.ts +0 -206
- package/pi.dev-src/pi-mono/coding-agent/examples/extensions/system-prompt-header.ts +0 -17
- package/pi.dev-src/pi-mono/coding-agent/examples/extensions/tic-tac-toe.ts +0 -1008
- package/pi.dev-src/pi-mono/coding-agent/examples/extensions/timed-confirm.ts +0 -70
- package/pi.dev-src/pi-mono/coding-agent/examples/extensions/titlebar-spinner.ts +0 -58
- package/pi.dev-src/pi-mono/coding-agent/examples/extensions/todo.ts +0 -297
- package/pi.dev-src/pi-mono/coding-agent/examples/extensions/tool-override.ts +0 -144
- package/pi.dev-src/pi-mono/coding-agent/examples/extensions/tools.ts +0 -141
- package/pi.dev-src/pi-mono/coding-agent/examples/extensions/trigger-compact.ts +0 -50
- package/pi.dev-src/pi-mono/coding-agent/examples/extensions/truncated-tool.ts +0 -195
- package/pi.dev-src/pi-mono/coding-agent/examples/extensions/widget-placement.ts +0 -9
- package/pi.dev-src/pi-mono/coding-agent/examples/extensions/with-deps/index.ts +0 -32
- package/pi.dev-src/pi-mono/coding-agent/examples/extensions/with-deps/package-lock.json +0 -31
- package/pi.dev-src/pi-mono/coding-agent/examples/extensions/working-indicator.ts +0 -123
- package/pi.dev-src/pi-mono/coding-agent/examples/extensions/working-message-test.ts +0 -25
- package/pi.dev-src/pi-mono/coding-agent/examples/rpc-extension-ui.ts +0 -632
- package/pi.dev-src/pi-mono/coding-agent/examples/sdk/01-minimal.ts +0 -22
- package/pi.dev-src/pi-mono/coding-agent/examples/sdk/02-custom-model.ts +0 -49
- package/pi.dev-src/pi-mono/coding-agent/examples/sdk/03-custom-prompt.ts +0 -62
- package/pi.dev-src/pi-mono/coding-agent/examples/sdk/04-skills.ts +0 -55
- package/pi.dev-src/pi-mono/coding-agent/examples/sdk/05-tools.ts +0 -44
- package/pi.dev-src/pi-mono/coding-agent/examples/sdk/06-extensions.ts +0 -90
- package/pi.dev-src/pi-mono/coding-agent/examples/sdk/07-context-files.ts +0 -42
- package/pi.dev-src/pi-mono/coding-agent/examples/sdk/08-prompt-templates.ts +0 -51
- package/pi.dev-src/pi-mono/coding-agent/examples/sdk/09-api-keys-and-oauth.ts +0 -48
- package/pi.dev-src/pi-mono/coding-agent/examples/sdk/10-settings.ts +0 -53
- package/pi.dev-src/pi-mono/coding-agent/examples/sdk/11-sessions.ts +0 -48
- package/pi.dev-src/pi-mono/coding-agent/examples/sdk/12-full-control.ts +0 -73
- package/pi.dev-src/pi-mono/coding-agent/examples/sdk/13-session-runtime.ts +0 -67
- package/pi.dev-src/pi-mono/coding-agent/scripts/migrate-sessions.sh +0 -93
- package/pi.dev-src/pi-mono/coding-agent/src/bun/cli.ts +0 -6
- package/pi.dev-src/pi-mono/coding-agent/src/bun/register-bedrock.ts +0 -4
- package/pi.dev-src/pi-mono/coding-agent/src/cli/args.ts +0 -335
- package/pi.dev-src/pi-mono/coding-agent/src/cli/config-selector.ts +0 -52
- package/pi.dev-src/pi-mono/coding-agent/src/cli/file-processor.ts +0 -100
- package/pi.dev-src/pi-mono/coding-agent/src/cli/initial-message.ts +0 -43
- package/pi.dev-src/pi-mono/coding-agent/src/cli/list-models.ts +0 -110
- package/pi.dev-src/pi-mono/coding-agent/src/cli/session-picker.ts +0 -52
- package/pi.dev-src/pi-mono/coding-agent/src/cli.ts +0 -17
- package/pi.dev-src/pi-mono/coding-agent/src/config.ts +0 -261
- package/pi.dev-src/pi-mono/coding-agent/src/core/agent-session-runtime.ts +0 -394
- package/pi.dev-src/pi-mono/coding-agent/src/core/agent-session-services.ts +0 -196
- package/pi.dev-src/pi-mono/coding-agent/src/core/agent-session.ts +0 -3096
- package/pi.dev-src/pi-mono/coding-agent/src/core/auth-storage.ts +0 -493
- package/pi.dev-src/pi-mono/coding-agent/src/core/bash-executor.ts +0 -154
- package/pi.dev-src/pi-mono/coding-agent/src/core/compaction/branch-summarization.ts +0 -355
- package/pi.dev-src/pi-mono/coding-agent/src/core/compaction/compaction.ts +0 -839
- package/pi.dev-src/pi-mono/coding-agent/src/core/compaction/index.ts +0 -7
- package/pi.dev-src/pi-mono/coding-agent/src/core/compaction/utils.ts +0 -170
- package/pi.dev-src/pi-mono/coding-agent/src/core/defaults.ts +0 -3
- package/pi.dev-src/pi-mono/coding-agent/src/core/diagnostics.ts +0 -15
- package/pi.dev-src/pi-mono/coding-agent/src/core/event-bus.ts +0 -33
- package/pi.dev-src/pi-mono/coding-agent/src/core/exec.ts +0 -107
- package/pi.dev-src/pi-mono/coding-agent/src/core/export-html/ansi-to-html.ts +0 -258
- package/pi.dev-src/pi-mono/coding-agent/src/core/export-html/index.ts +0 -314
- package/pi.dev-src/pi-mono/coding-agent/src/core/export-html/template.css +0 -1017
- package/pi.dev-src/pi-mono/coding-agent/src/core/export-html/template.html +0 -55
- package/pi.dev-src/pi-mono/coding-agent/src/core/export-html/template.js +0 -1770
- package/pi.dev-src/pi-mono/coding-agent/src/core/export-html/tool-renderer.ts +0 -158
- package/pi.dev-src/pi-mono/coding-agent/src/core/export-html/vendor/highlight.min.js +0 -1213
- package/pi.dev-src/pi-mono/coding-agent/src/core/export-html/vendor/marked.min.js +0 -6
- package/pi.dev-src/pi-mono/coding-agent/src/core/extensions/index.ts +0 -171
- package/pi.dev-src/pi-mono/coding-agent/src/core/extensions/loader.ts +0 -606
- package/pi.dev-src/pi-mono/coding-agent/src/core/extensions/runner.ts +0 -1019
- package/pi.dev-src/pi-mono/coding-agent/src/core/extensions/types.ts +0 -1542
- package/pi.dev-src/pi-mono/coding-agent/src/core/extensions/wrapper.ts +0 -30
- package/pi.dev-src/pi-mono/coding-agent/src/core/footer-data-provider.ts +0 -354
- package/pi.dev-src/pi-mono/coding-agent/src/core/index.ts +0 -77
- package/pi.dev-src/pi-mono/coding-agent/src/core/keybindings.ts +0 -370
- package/pi.dev-src/pi-mono/coding-agent/src/core/messages.ts +0 -195
- package/pi.dev-src/pi-mono/coding-agent/src/core/model-registry.ts +0 -858
- package/pi.dev-src/pi-mono/coding-agent/src/core/model-resolver.ts +0 -629
- package/pi.dev-src/pi-mono/coding-agent/src/core/output-guard.ts +0 -74
- package/pi.dev-src/pi-mono/coding-agent/src/core/package-manager.ts +0 -2408
- package/pi.dev-src/pi-mono/coding-agent/src/core/prompt-templates.ts +0 -296
- package/pi.dev-src/pi-mono/coding-agent/src/core/resolve-config-value.ts +0 -142
- package/pi.dev-src/pi-mono/coding-agent/src/core/resource-loader.ts +0 -917
- package/pi.dev-src/pi-mono/coding-agent/src/core/sdk.ts +0 -380
- package/pi.dev-src/pi-mono/coding-agent/src/core/session-cwd.ts +0 -59
- package/pi.dev-src/pi-mono/coding-agent/src/core/session-manager.ts +0 -1425
- package/pi.dev-src/pi-mono/coding-agent/src/core/settings-manager.ts +0 -999
- package/pi.dev-src/pi-mono/coding-agent/src/core/skills.ts +0 -508
- package/pi.dev-src/pi-mono/coding-agent/src/core/slash-commands.ts +0 -39
- package/pi.dev-src/pi-mono/coding-agent/src/core/source-info.ts +0 -40
- package/pi.dev-src/pi-mono/coding-agent/src/core/system-prompt.ts +0 -172
- package/pi.dev-src/pi-mono/coding-agent/src/core/telemetry.ts +0 -13
- package/pi.dev-src/pi-mono/coding-agent/src/core/timings.ts +0 -31
- package/pi.dev-src/pi-mono/coding-agent/src/core/tools/bash.ts +0 -448
- package/pi.dev-src/pi-mono/coding-agent/src/core/tools/edit-diff.ts +0 -445
- package/pi.dev-src/pi-mono/coding-agent/src/core/tools/edit.ts +0 -487
- package/pi.dev-src/pi-mono/coding-agent/src/core/tools/file-mutation-queue.ts +0 -39
- package/pi.dev-src/pi-mono/coding-agent/src/core/tools/find.ts +0 -370
- package/pi.dev-src/pi-mono/coding-agent/src/core/tools/grep.ts +0 -384
- package/pi.dev-src/pi-mono/coding-agent/src/core/tools/index.ts +0 -196
- package/pi.dev-src/pi-mono/coding-agent/src/core/tools/ls.ts +0 -229
- package/pi.dev-src/pi-mono/coding-agent/src/core/tools/path-utils.ts +0 -94
- package/pi.dev-src/pi-mono/coding-agent/src/core/tools/read.ts +0 -273
- package/pi.dev-src/pi-mono/coding-agent/src/core/tools/render-utils.ts +0 -64
- package/pi.dev-src/pi-mono/coding-agent/src/core/tools/tool-definition-wrapper.ts +0 -45
- package/pi.dev-src/pi-mono/coding-agent/src/core/tools/truncate.ts +0 -265
- package/pi.dev-src/pi-mono/coding-agent/src/core/tools/write.ts +0 -281
- package/pi.dev-src/pi-mono/coding-agent/src/index.ts +0 -352
- package/pi.dev-src/pi-mono/coding-agent/src/main.ts +0 -731
- package/pi.dev-src/pi-mono/coding-agent/src/migrations.ts +0 -314
- package/pi.dev-src/pi-mono/coding-agent/src/modes/index.ts +0 -9
- package/pi.dev-src/pi-mono/coding-agent/src/modes/interactive/assets/clankolas.png +0 -0
- package/pi.dev-src/pi-mono/coding-agent/src/modes/interactive/components/armin.ts +0 -382
- package/pi.dev-src/pi-mono/coding-agent/src/modes/interactive/components/assistant-message.ts +0 -147
- package/pi.dev-src/pi-mono/coding-agent/src/modes/interactive/components/bash-execution.ts +0 -218
- package/pi.dev-src/pi-mono/coding-agent/src/modes/interactive/components/bordered-loader.ts +0 -68
- package/pi.dev-src/pi-mono/coding-agent/src/modes/interactive/components/branch-summary-message.ts +0 -58
- package/pi.dev-src/pi-mono/coding-agent/src/modes/interactive/components/compaction-summary-message.ts +0 -59
- package/pi.dev-src/pi-mono/coding-agent/src/modes/interactive/components/config-selector.ts +0 -592
- package/pi.dev-src/pi-mono/coding-agent/src/modes/interactive/components/countdown-timer.ts +0 -38
- package/pi.dev-src/pi-mono/coding-agent/src/modes/interactive/components/custom-editor.ts +0 -80
- package/pi.dev-src/pi-mono/coding-agent/src/modes/interactive/components/custom-message.ts +0 -99
- package/pi.dev-src/pi-mono/coding-agent/src/modes/interactive/components/daxnuts.ts +0 -164
- package/pi.dev-src/pi-mono/coding-agent/src/modes/interactive/components/diff.ts +0 -147
- package/pi.dev-src/pi-mono/coding-agent/src/modes/interactive/components/dynamic-border.ts +0 -25
- package/pi.dev-src/pi-mono/coding-agent/src/modes/interactive/components/earendil-announcement.ts +0 -53
- package/pi.dev-src/pi-mono/coding-agent/src/modes/interactive/components/extension-editor.ts +0 -147
- package/pi.dev-src/pi-mono/coding-agent/src/modes/interactive/components/extension-input.ts +0 -87
- package/pi.dev-src/pi-mono/coding-agent/src/modes/interactive/components/extension-selector.ts +0 -107
- package/pi.dev-src/pi-mono/coding-agent/src/modes/interactive/components/footer.ts +0 -220
- package/pi.dev-src/pi-mono/coding-agent/src/modes/interactive/components/index.ts +0 -32
- package/pi.dev-src/pi-mono/coding-agent/src/modes/interactive/components/keybinding-hints.ts +0 -24
- package/pi.dev-src/pi-mono/coding-agent/src/modes/interactive/components/login-dialog.ts +0 -178
- package/pi.dev-src/pi-mono/coding-agent/src/modes/interactive/components/model-selector.ts +0 -338
- package/pi.dev-src/pi-mono/coding-agent/src/modes/interactive/components/oauth-selector.ts +0 -121
- package/pi.dev-src/pi-mono/coding-agent/src/modes/interactive/components/scoped-models-selector.ts +0 -355
- package/pi.dev-src/pi-mono/coding-agent/src/modes/interactive/components/session-selector-search.ts +0 -194
- package/pi.dev-src/pi-mono/coding-agent/src/modes/interactive/components/session-selector.ts +0 -1026
- package/pi.dev-src/pi-mono/coding-agent/src/modes/interactive/components/settings-selector.ts +0 -456
- package/pi.dev-src/pi-mono/coding-agent/src/modes/interactive/components/show-images-selector.ts +0 -50
- package/pi.dev-src/pi-mono/coding-agent/src/modes/interactive/components/skill-invocation-message.ts +0 -55
- package/pi.dev-src/pi-mono/coding-agent/src/modes/interactive/components/theme-selector.ts +0 -67
- package/pi.dev-src/pi-mono/coding-agent/src/modes/interactive/components/thinking-selector.ts +0 -74
- package/pi.dev-src/pi-mono/coding-agent/src/modes/interactive/components/tool-execution.ts +0 -352
- package/pi.dev-src/pi-mono/coding-agent/src/modes/interactive/components/tree-selector.ts +0 -1246
- package/pi.dev-src/pi-mono/coding-agent/src/modes/interactive/components/user-message-selector.ts +0 -155
- package/pi.dev-src/pi-mono/coding-agent/src/modes/interactive/components/user-message.ts +0 -35
- package/pi.dev-src/pi-mono/coding-agent/src/modes/interactive/components/visual-truncate.ts +0 -50
- package/pi.dev-src/pi-mono/coding-agent/src/modes/interactive/interactive-mode.ts +0 -5155
- package/pi.dev-src/pi-mono/coding-agent/src/modes/interactive/theme/dark.json +0 -85
- package/pi.dev-src/pi-mono/coding-agent/src/modes/interactive/theme/light.json +0 -84
- package/pi.dev-src/pi-mono/coding-agent/src/modes/interactive/theme/theme-schema.json +0 -335
- package/pi.dev-src/pi-mono/coding-agent/src/modes/interactive/theme/theme.ts +0 -1141
- package/pi.dev-src/pi-mono/coding-agent/src/modes/print-mode.ts +0 -158
- package/pi.dev-src/pi-mono/coding-agent/src/modes/rpc/jsonl.ts +0 -58
- package/pi.dev-src/pi-mono/coding-agent/src/modes/rpc/rpc-client.ts +0 -515
- package/pi.dev-src/pi-mono/coding-agent/src/modes/rpc/rpc-mode.ts +0 -745
- package/pi.dev-src/pi-mono/coding-agent/src/modes/rpc/rpc-types.ts +0 -264
- package/pi.dev-src/pi-mono/coding-agent/src/package-manager-cli.ts +0 -270
- package/pi.dev-src/pi-mono/coding-agent/src/utils/changelog.ts +0 -99
- package/pi.dev-src/pi-mono/coding-agent/src/utils/child-process.ts +0 -86
- package/pi.dev-src/pi-mono/coding-agent/src/utils/clipboard-image.ts +0 -300
- package/pi.dev-src/pi-mono/coding-agent/src/utils/clipboard-native.ts +0 -22
- package/pi.dev-src/pi-mono/coding-agent/src/utils/clipboard.ts +0 -81
- package/pi.dev-src/pi-mono/coding-agent/src/utils/exif-orientation.ts +0 -183
- package/pi.dev-src/pi-mono/coding-agent/src/utils/frontmatter.ts +0 -39
- package/pi.dev-src/pi-mono/coding-agent/src/utils/fs-watch.ts +0 -30
- package/pi.dev-src/pi-mono/coding-agent/src/utils/git.ts +0 -192
- package/pi.dev-src/pi-mono/coding-agent/src/utils/image-convert.ts +0 -41
- package/pi.dev-src/pi-mono/coding-agent/src/utils/image-resize.ts +0 -176
- package/pi.dev-src/pi-mono/coding-agent/src/utils/mime.ts +0 -30
- package/pi.dev-src/pi-mono/coding-agent/src/utils/paths.ts +0 -20
- package/pi.dev-src/pi-mono/coding-agent/src/utils/photon.ts +0 -139
- package/pi.dev-src/pi-mono/coding-agent/src/utils/shell.ts +0 -210
- package/pi.dev-src/pi-mono/coding-agent/src/utils/sleep.ts +0 -18
- package/pi.dev-src/pi-mono/coding-agent/src/utils/tools-manager.ts +0 -287
- package/pi.dev-src/pi-mono/coding-agent/test/agent-session-auto-compaction-queue.test.ts +0 -437
- package/pi.dev-src/pi-mono/coding-agent/test/agent-session-branching.test.ts +0 -156
- package/pi.dev-src/pi-mono/coding-agent/test/agent-session-compaction.test.ts +0 -208
- package/pi.dev-src/pi-mono/coding-agent/test/agent-session-concurrent.test.ts +0 -618
- package/pi.dev-src/pi-mono/coding-agent/test/agent-session-dynamic-provider.test.ts +0 -117
- package/pi.dev-src/pi-mono/coding-agent/test/agent-session-dynamic-tools.test.ts +0 -182
- package/pi.dev-src/pi-mono/coding-agent/test/agent-session-retry.test.ts +0 -318
- package/pi.dev-src/pi-mono/coding-agent/test/agent-session-runtime-events.test.ts +0 -208
- package/pi.dev-src/pi-mono/coding-agent/test/agent-session-stats.test.ts +0 -143
- package/pi.dev-src/pi-mono/coding-agent/test/agent-session-tree-navigation.test.ts +0 -323
- package/pi.dev-src/pi-mono/coding-agent/test/args.test.ts +0 -328
- package/pi.dev-src/pi-mono/coding-agent/test/assistant-message.test.ts +0 -57
- package/pi.dev-src/pi-mono/coding-agent/test/auth-storage.test.ts +0 -462
- package/pi.dev-src/pi-mono/coding-agent/test/bash-close-hang-windows.test.ts +0 -126
- package/pi.dev-src/pi-mono/coding-agent/test/bash-execution-width.test.ts +0 -80
- package/pi.dev-src/pi-mono/coding-agent/test/block-images.test.ts +0 -120
- package/pi.dev-src/pi-mono/coding-agent/test/clipboard-image-bmp-conversion.test.ts +0 -88
- package/pi.dev-src/pi-mono/coding-agent/test/clipboard-image.test.ts +0 -136
- package/pi.dev-src/pi-mono/coding-agent/test/compaction-extensions-example.test.ts +0 -66
- package/pi.dev-src/pi-mono/coding-agent/test/compaction-extensions.test.ts +0 -415
- package/pi.dev-src/pi-mono/coding-agent/test/compaction-serialization.test.ts +0 -79
- package/pi.dev-src/pi-mono/coding-agent/test/compaction-summary-reasoning.test.ts +0 -118
- package/pi.dev-src/pi-mono/coding-agent/test/compaction-thinking-model.test.ts +0 -223
- package/pi.dev-src/pi-mono/coding-agent/test/compaction.test.ts +0 -550
- package/pi.dev-src/pi-mono/coding-agent/test/config.test.ts +0 -30
- package/pi.dev-src/pi-mono/coding-agent/test/edit-tool-legacy-input.test.ts +0 -116
- package/pi.dev-src/pi-mono/coding-agent/test/edit-tool-no-full-redraw.test.ts +0 -235
- package/pi.dev-src/pi-mono/coding-agent/test/export-html-whitespace.test.ts +0 -12
- package/pi.dev-src/pi-mono/coding-agent/test/export-html-xss.test.ts +0 -28
- package/pi.dev-src/pi-mono/coding-agent/test/extensions-discovery.test.ts +0 -463
- package/pi.dev-src/pi-mono/coding-agent/test/extensions-input-event.test.ts +0 -112
- package/pi.dev-src/pi-mono/coding-agent/test/extensions-runner.test.ts +0 -805
- package/pi.dev-src/pi-mono/coding-agent/test/file-mutation-queue.test.ts +0 -163
- package/pi.dev-src/pi-mono/coding-agent/test/fixtures/assistant-message-with-thinking-code.json +0 -33
- package/pi.dev-src/pi-mono/coding-agent/test/fixtures/before-compaction.jsonl +0 -1003
- package/pi.dev-src/pi-mono/coding-agent/test/fixtures/empty-agent/.gitkeep +0 -0
- package/pi.dev-src/pi-mono/coding-agent/test/fixtures/empty-cwd/.gitkeep +0 -0
- package/pi.dev-src/pi-mono/coding-agent/test/fixtures/large-session.jsonl +0 -1019
- package/pi.dev-src/pi-mono/coding-agent/test/fixtures/skills/consecutive-hyphens/SKILL.md +0 -8
- package/pi.dev-src/pi-mono/coding-agent/test/fixtures/skills/disable-model-invocation/SKILL.md +0 -9
- package/pi.dev-src/pi-mono/coding-agent/test/fixtures/skills/invalid-name-chars/SKILL.md +0 -8
- package/pi.dev-src/pi-mono/coding-agent/test/fixtures/skills/invalid-yaml/SKILL.md +0 -8
- package/pi.dev-src/pi-mono/coding-agent/test/fixtures/skills/long-name/SKILL.md +0 -8
- package/pi.dev-src/pi-mono/coding-agent/test/fixtures/skills/missing-description/SKILL.md +0 -7
- package/pi.dev-src/pi-mono/coding-agent/test/fixtures/skills/multiline-description/SKILL.md +0 -11
- package/pi.dev-src/pi-mono/coding-agent/test/fixtures/skills/name-mismatch/SKILL.md +0 -8
- package/pi.dev-src/pi-mono/coding-agent/test/fixtures/skills/nested/child-skill/SKILL.md +0 -8
- package/pi.dev-src/pi-mono/coding-agent/test/fixtures/skills/no-frontmatter/SKILL.md +0 -3
- package/pi.dev-src/pi-mono/coding-agent/test/fixtures/skills/root-skill-preferred/SKILL.md +0 -3
- package/pi.dev-src/pi-mono/coding-agent/test/fixtures/skills/root-skill-preferred/nested-child/SKILL.md +0 -3
- package/pi.dev-src/pi-mono/coding-agent/test/fixtures/skills/unknown-field/SKILL.md +0 -10
- package/pi.dev-src/pi-mono/coding-agent/test/fixtures/skills/valid-skill/SKILL.md +0 -8
- package/pi.dev-src/pi-mono/coding-agent/test/fixtures/skills-collision/first/calendar/SKILL.md +0 -8
- package/pi.dev-src/pi-mono/coding-agent/test/fixtures/skills-collision/second/calendar/SKILL.md +0 -8
- package/pi.dev-src/pi-mono/coding-agent/test/footer-data-provider.test.ts +0 -265
- package/pi.dev-src/pi-mono/coding-agent/test/footer-width.test.ts +0 -115
- package/pi.dev-src/pi-mono/coding-agent/test/frontmatter.test.ts +0 -60
- package/pi.dev-src/pi-mono/coding-agent/test/git-ssh-url.test.ts +0 -78
- package/pi.dev-src/pi-mono/coding-agent/test/git-update.test.ts +0 -411
- package/pi.dev-src/pi-mono/coding-agent/test/image-processing.test.ts +0 -145
- package/pi.dev-src/pi-mono/coding-agent/test/image-resize-callers.test.ts +0 -53
- package/pi.dev-src/pi-mono/coding-agent/test/initial-message.test.ts +0 -48
- package/pi.dev-src/pi-mono/coding-agent/test/interactive-mode-anthropic-warning.test.ts +0 -73
- package/pi.dev-src/pi-mono/coding-agent/test/interactive-mode-clone-command.test.ts +0 -77
- package/pi.dev-src/pi-mono/coding-agent/test/interactive-mode-compaction.test.ts +0 -57
- package/pi.dev-src/pi-mono/coding-agent/test/interactive-mode-import-command.test.ts +0 -144
- package/pi.dev-src/pi-mono/coding-agent/test/interactive-mode-status.test.ts +0 -635
- package/pi.dev-src/pi-mono/coding-agent/test/interactive-mode-suspend.test.ts +0 -149
- package/pi.dev-src/pi-mono/coding-agent/test/keybindings-migration.test.ts +0 -88
- package/pi.dev-src/pi-mono/coding-agent/test/model-registry.test.ts +0 -1209
- package/pi.dev-src/pi-mono/coding-agent/test/model-resolver.test.ts +0 -436
- package/pi.dev-src/pi-mono/coding-agent/test/package-command-paths.test.ts +0 -144
- package/pi.dev-src/pi-mono/coding-agent/test/package-manager-ssh.test.ts +0 -97
- package/pi.dev-src/pi-mono/coding-agent/test/package-manager.test.ts +0 -1795
- package/pi.dev-src/pi-mono/coding-agent/test/path-utils.test.ts +0 -162
- package/pi.dev-src/pi-mono/coding-agent/test/plan-mode-utils.test.ts +0 -261
- package/pi.dev-src/pi-mono/coding-agent/test/print-mode.test.ts +0 -140
- package/pi.dev-src/pi-mono/coding-agent/test/prompt-templates.test.ts +0 -515
- package/pi.dev-src/pi-mono/coding-agent/test/resource-loader.test.ts +0 -576
- package/pi.dev-src/pi-mono/coding-agent/test/rpc-client-clone.test.ts +0 -29
- package/pi.dev-src/pi-mono/coding-agent/test/rpc-example.ts +0 -86
- package/pi.dev-src/pi-mono/coding-agent/test/rpc-jsonl.test.ts +0 -65
- package/pi.dev-src/pi-mono/coding-agent/test/rpc-prompt-response-semantics.test.ts +0 -285
- package/pi.dev-src/pi-mono/coding-agent/test/rpc.test.ts +0 -321
- package/pi.dev-src/pi-mono/coding-agent/test/sdk-codex-cache-probe-tool-loop.ts +0 -364
- package/pi.dev-src/pi-mono/coding-agent/test/sdk-openrouter-attribution.test.ts +0 -181
- package/pi.dev-src/pi-mono/coding-agent/test/sdk-session-manager.test.ts +0 -95
- package/pi.dev-src/pi-mono/coding-agent/test/sdk-skills.test.ts +0 -109
- package/pi.dev-src/pi-mono/coding-agent/test/session-cwd.test.ts +0 -91
- package/pi.dev-src/pi-mono/coding-agent/test/session-info-modified-timestamp.test.ts +0 -83
- package/pi.dev-src/pi-mono/coding-agent/test/session-manager/build-context.test.ts +0 -268
- package/pi.dev-src/pi-mono/coding-agent/test/session-manager/custom-session-id.test.ts +0 -109
- package/pi.dev-src/pi-mono/coding-agent/test/session-manager/file-operations.test.ts +0 -208
- package/pi.dev-src/pi-mono/coding-agent/test/session-manager/labels.test.ts +0 -198
- package/pi.dev-src/pi-mono/coding-agent/test/session-manager/migration.test.ts +0 -78
- package/pi.dev-src/pi-mono/coding-agent/test/session-manager/save-entry.test.ts +0 -55
- package/pi.dev-src/pi-mono/coding-agent/test/session-manager/tree-traversal.test.ts +0 -533
- package/pi.dev-src/pi-mono/coding-agent/test/session-selector-path-delete.test.ts +0 -315
- package/pi.dev-src/pi-mono/coding-agent/test/session-selector-rename.test.ts +0 -111
- package/pi.dev-src/pi-mono/coding-agent/test/session-selector-search.test.ts +0 -195
- package/pi.dev-src/pi-mono/coding-agent/test/settings-manager-bug.test.ts +0 -147
- package/pi.dev-src/pi-mono/coding-agent/test/settings-manager.test.ts +0 -319
- package/pi.dev-src/pi-mono/coding-agent/test/skills.test.ts +0 -432
- package/pi.dev-src/pi-mono/coding-agent/test/stdout-cleanliness.test.ts +0 -103
- package/pi.dev-src/pi-mono/coding-agent/test/streaming-render-debug.ts +0 -97
- package/pi.dev-src/pi-mono/coding-agent/test/suite/agent-session-bash-persistence.test.ts +0 -242
- package/pi.dev-src/pi-mono/coding-agent/test/suite/agent-session-compaction.test.ts +0 -343
- package/pi.dev-src/pi-mono/coding-agent/test/suite/agent-session-model-extension.test.ts +0 -325
- package/pi.dev-src/pi-mono/coding-agent/test/suite/agent-session-prompt.test.ts +0 -323
- package/pi.dev-src/pi-mono/coding-agent/test/suite/agent-session-queue.test.ts +0 -422
- package/pi.dev-src/pi-mono/coding-agent/test/suite/agent-session-retry-events.test.ts +0 -358
- package/pi.dev-src/pi-mono/coding-agent/test/suite/agent-session-runtime.test.ts +0 -553
- package/pi.dev-src/pi-mono/coding-agent/test/suite/harness.ts +0 -208
- package/pi.dev-src/pi-mono/coding-agent/test/suite/regressions/2023-queued-slash-command-followup.test.ts +0 -80
- package/pi.dev-src/pi-mono/coding-agent/test/suite/regressions/2753-reload-stale-resource-settings.test.ts +0 -100
- package/pi.dev-src/pi-mono/coding-agent/test/suite/regressions/2781-skill-collision-precedence.test.ts +0 -120
- package/pi.dev-src/pi-mono/coding-agent/test/suite/regressions/2791-fswatch-error-crash.test.ts +0 -106
- package/pi.dev-src/pi-mono/coding-agent/test/suite/regressions/2835-tools-allowlist-filters-extension-tools.test.ts +0 -94
- package/pi.dev-src/pi-mono/coding-agent/test/suite/regressions/2860-replaced-session-context.test.ts +0 -274
- package/pi.dev-src/pi-mono/coding-agent/test/suite/regressions/3217-scoped-model-order.test.ts +0 -104
- package/pi.dev-src/pi-mono/coding-agent/test/suite/regressions/3302-find-path-glob.test.ts +0 -72
- package/pi.dev-src/pi-mono/coding-agent/test/suite/regressions/3303-find-nested-gitignore.test.ts +0 -83
- package/pi.dev-src/pi-mono/coding-agent/test/suite/regressions/3317-network-connection-lost-retry.test.ts +0 -33
- package/pi.dev-src/pi-mono/coding-agent/test/system-prompt.test.ts +0 -102
- package/pi.dev-src/pi-mono/coding-agent/test/test-harness.test.ts +0 -321
- package/pi.dev-src/pi-mono/coding-agent/test/test-harness.ts +0 -446
- package/pi.dev-src/pi-mono/coding-agent/test/test-theme-colors.ts +0 -246
- package/pi.dev-src/pi-mono/coding-agent/test/theme-export.test.ts +0 -104
- package/pi.dev-src/pi-mono/coding-agent/test/tool-execution-component.test.ts +0 -331
- package/pi.dev-src/pi-mono/coding-agent/test/tools.test.ts +0 -889
- package/pi.dev-src/pi-mono/coding-agent/test/tree-selector.test.ts +0 -655
- package/pi.dev-src/pi-mono/coding-agent/test/trigger-compact-extension.test.ts +0 -57
- package/pi.dev-src/pi-mono/coding-agent/test/truncate-to-width.test.ts +0 -81
- package/pi.dev-src/pi-mono/coding-agent/test/user-message.test.ts +0 -25
- package/pi.dev-src/pi-mono/coding-agent/test/utilities.ts +0 -316
- package/pi.dev-src/pi-mono/coding-agent/tsconfig.examples.json +0 -16
- package/pi.dev-src/pi-mono/coding-agent/vitest.config.ts +0 -26
- package/pi.dev-src/pi-mono/mom/dev.sh +0 -30
- package/pi.dev-src/pi-mono/mom/docker.sh +0 -95
- package/pi.dev-src/pi-mono/mom/scripts/migrate-timestamps.ts +0 -121
- package/pi.dev-src/pi-mono/mom/src/agent.ts +0 -882
- package/pi.dev-src/pi-mono/mom/src/context.ts +0 -180
- package/pi.dev-src/pi-mono/mom/src/download.ts +0 -117
- package/pi.dev-src/pi-mono/mom/src/events.ts +0 -442
- package/pi.dev-src/pi-mono/mom/src/fs-watch.ts +0 -30
- package/pi.dev-src/pi-mono/mom/src/log.ts +0 -271
- package/pi.dev-src/pi-mono/mom/src/main.ts +0 -367
- package/pi.dev-src/pi-mono/mom/src/sandbox.ts +0 -221
- package/pi.dev-src/pi-mono/mom/src/slack.ts +0 -623
- package/pi.dev-src/pi-mono/mom/src/store.ts +0 -234
- package/pi.dev-src/pi-mono/mom/src/tools/attach.ts +0 -47
- package/pi.dev-src/pi-mono/mom/src/tools/bash.ts +0 -97
- package/pi.dev-src/pi-mono/mom/src/tools/edit.ts +0 -165
- package/pi.dev-src/pi-mono/mom/src/tools/index.ts +0 -19
- package/pi.dev-src/pi-mono/mom/src/tools/read.ts +0 -159
- package/pi.dev-src/pi-mono/mom/src/tools/truncate.ts +0 -236
- package/pi.dev-src/pi-mono/mom/src/tools/write.ts +0 -45
- package/pi.dev-src/pi-mono/mom/test/events.test.ts +0 -50
- package/pi.dev-src/pi-mono/pods/scripts/model_run.sh +0 -83
- package/pi.dev-src/pi-mono/pods/scripts/pod_setup.sh +0 -336
- package/pi.dev-src/pi-mono/pods/src/cli.ts +0 -360
- package/pi.dev-src/pi-mono/pods/src/commands/models.ts +0 -753
- package/pi.dev-src/pi-mono/pods/src/commands/pods.ts +0 -205
- package/pi.dev-src/pi-mono/pods/src/commands/prompt.ts +0 -84
- package/pi.dev-src/pi-mono/pods/src/config.ts +0 -80
- package/pi.dev-src/pi-mono/pods/src/index.ts +0 -2
- package/pi.dev-src/pi-mono/pods/src/model-configs.ts +0 -111
- package/pi.dev-src/pi-mono/pods/src/models.json +0 -295
- package/pi.dev-src/pi-mono/pods/src/ssh.ts +0 -151
- package/pi.dev-src/pi-mono/pods/src/types.ts +0 -27
- package/pi.dev-src/pi-mono/tui/src/autocomplete.ts +0 -783
- package/pi.dev-src/pi-mono/tui/src/components/box.ts +0 -137
- package/pi.dev-src/pi-mono/tui/src/components/cancellable-loader.ts +0 -40
- package/pi.dev-src/pi-mono/tui/src/components/editor.ts +0 -2280
- package/pi.dev-src/pi-mono/tui/src/components/image.ts +0 -104
- package/pi.dev-src/pi-mono/tui/src/components/input.ts +0 -503
- package/pi.dev-src/pi-mono/tui/src/components/loader.ts +0 -86
- package/pi.dev-src/pi-mono/tui/src/components/markdown.ts +0 -852
- package/pi.dev-src/pi-mono/tui/src/components/select-list.ts +0 -229
- package/pi.dev-src/pi-mono/tui/src/components/settings-list.ts +0 -250
- package/pi.dev-src/pi-mono/tui/src/components/spacer.ts +0 -28
- package/pi.dev-src/pi-mono/tui/src/components/text.ts +0 -106
- package/pi.dev-src/pi-mono/tui/src/components/truncated-text.ts +0 -65
- package/pi.dev-src/pi-mono/tui/src/editor-component.ts +0 -74
- package/pi.dev-src/pi-mono/tui/src/fuzzy.ts +0 -133
- package/pi.dev-src/pi-mono/tui/src/index.ts +0 -106
- package/pi.dev-src/pi-mono/tui/src/keybindings.ts +0 -244
- package/pi.dev-src/pi-mono/tui/src/keys.ts +0 -1400
- package/pi.dev-src/pi-mono/tui/src/kill-ring.ts +0 -46
- package/pi.dev-src/pi-mono/tui/src/stdin-buffer.ts +0 -386
- package/pi.dev-src/pi-mono/tui/src/terminal-image.ts +0 -414
- package/pi.dev-src/pi-mono/tui/src/terminal.ts +0 -373
- package/pi.dev-src/pi-mono/tui/src/tui.ts +0 -1243
- package/pi.dev-src/pi-mono/tui/src/undo-stack.ts +0 -28
- package/pi.dev-src/pi-mono/tui/src/utils.ts +0 -1085
- package/pi.dev-src/pi-mono/tui/test/autocomplete.test.ts +0 -542
- package/pi.dev-src/pi-mono/tui/test/bug-regression-isimageline-startswith-bug.test.ts +0 -237
- package/pi.dev-src/pi-mono/tui/test/chat-simple.ts +0 -129
- package/pi.dev-src/pi-mono/tui/test/editor.test.ts +0 -3812
- package/pi.dev-src/pi-mono/tui/test/fuzzy.test.ts +0 -98
- package/pi.dev-src/pi-mono/tui/test/image-test.ts +0 -56
- package/pi.dev-src/pi-mono/tui/test/input.test.ts +0 -580
- package/pi.dev-src/pi-mono/tui/test/key-tester.ts +0 -105
- package/pi.dev-src/pi-mono/tui/test/keybindings.test.ts +0 -38
- package/pi.dev-src/pi-mono/tui/test/keys.test.ts +0 -614
- package/pi.dev-src/pi-mono/tui/test/markdown.test.ts +0 -1236
- package/pi.dev-src/pi-mono/tui/test/overlay-non-capturing.test.ts +0 -609
- package/pi.dev-src/pi-mono/tui/test/overlay-options.test.ts +0 -538
- package/pi.dev-src/pi-mono/tui/test/overlay-short-content.test.ts +0 -56
- package/pi.dev-src/pi-mono/tui/test/regression-regional-indicator-width.test.ts +0 -52
- package/pi.dev-src/pi-mono/tui/test/select-list.test.ts +0 -116
- package/pi.dev-src/pi-mono/tui/test/stdin-buffer.test.ts +0 -422
- package/pi.dev-src/pi-mono/tui/test/terminal-image.test.ts +0 -279
- package/pi.dev-src/pi-mono/tui/test/test-themes.ts +0 -38
- package/pi.dev-src/pi-mono/tui/test/truncate-to-width.test.ts +0 -62
- package/pi.dev-src/pi-mono/tui/test/truncated-text.test.ts +0 -129
- package/pi.dev-src/pi-mono/tui/test/tui-cell-size-input.test.ts +0 -81
- package/pi.dev-src/pi-mono/tui/test/tui-overlay-style-leak.test.ts +0 -72
- package/pi.dev-src/pi-mono/tui/test/tui-render.test.ts +0 -509
- package/pi.dev-src/pi-mono/tui/test/viewport-overwrite-repro.ts +0 -106
- package/pi.dev-src/pi-mono/tui/test/virtual-terminal.ts +0 -218
- package/pi.dev-src/pi-mono/tui/test/wrap-ansi.test.ts +0 -207
- package/pi.dev-src/pi-mono/tui/vitest.config.ts +0 -7
- package/pi.dev-src/pi-mono/web-ui/example/index.html +0 -13
- package/pi.dev-src/pi-mono/web-ui/example/src/app.css +0 -1
- package/pi.dev-src/pi-mono/web-ui/example/src/custom-messages.ts +0 -99
- package/pi.dev-src/pi-mono/web-ui/example/src/main.ts +0 -421
- package/pi.dev-src/pi-mono/web-ui/example/tsconfig.json +0 -23
- package/pi.dev-src/pi-mono/web-ui/example/vite.config.ts +0 -6
- package/pi.dev-src/pi-mono/web-ui/scripts/count-prompt-tokens.ts +0 -88
- package/pi.dev-src/pi-mono/web-ui/src/ChatPanel.ts +0 -209
- package/pi.dev-src/pi-mono/web-ui/src/app.css +0 -68
- package/pi.dev-src/pi-mono/web-ui/src/components/AgentInterface.ts +0 -403
- package/pi.dev-src/pi-mono/web-ui/src/components/AttachmentTile.ts +0 -107
- package/pi.dev-src/pi-mono/web-ui/src/components/ConsoleBlock.ts +0 -72
- package/pi.dev-src/pi-mono/web-ui/src/components/CustomProviderCard.ts +0 -100
- package/pi.dev-src/pi-mono/web-ui/src/components/ExpandableSection.ts +0 -46
- package/pi.dev-src/pi-mono/web-ui/src/components/Input.ts +0 -113
- package/pi.dev-src/pi-mono/web-ui/src/components/MessageEditor.ts +0 -405
- package/pi.dev-src/pi-mono/web-ui/src/components/MessageList.ts +0 -98
- package/pi.dev-src/pi-mono/web-ui/src/components/Messages.ts +0 -383
- package/pi.dev-src/pi-mono/web-ui/src/components/ProviderKeyInput.ts +0 -153
- package/pi.dev-src/pi-mono/web-ui/src/components/SandboxedIframe.ts +0 -626
- package/pi.dev-src/pi-mono/web-ui/src/components/StreamingMessageContainer.ts +0 -103
- package/pi.dev-src/pi-mono/web-ui/src/components/ThinkingBlock.ts +0 -43
- package/pi.dev-src/pi-mono/web-ui/src/components/message-renderer-registry.ts +0 -28
- package/pi.dev-src/pi-mono/web-ui/src/components/sandbox/ArtifactsRuntimeProvider.ts +0 -220
- package/pi.dev-src/pi-mono/web-ui/src/components/sandbox/AttachmentsRuntimeProvider.ts +0 -66
- package/pi.dev-src/pi-mono/web-ui/src/components/sandbox/ConsoleRuntimeProvider.ts +0 -186
- package/pi.dev-src/pi-mono/web-ui/src/components/sandbox/FileDownloadRuntimeProvider.ts +0 -110
- package/pi.dev-src/pi-mono/web-ui/src/components/sandbox/RuntimeMessageBridge.ts +0 -82
- package/pi.dev-src/pi-mono/web-ui/src/components/sandbox/RuntimeMessageRouter.ts +0 -216
- package/pi.dev-src/pi-mono/web-ui/src/components/sandbox/SandboxRuntimeProvider.ts +0 -52
- package/pi.dev-src/pi-mono/web-ui/src/dialogs/ApiKeyPromptDialog.ts +0 -75
- package/pi.dev-src/pi-mono/web-ui/src/dialogs/AttachmentOverlay.ts +0 -636
- package/pi.dev-src/pi-mono/web-ui/src/dialogs/CustomProviderDialog.ts +0 -274
- package/pi.dev-src/pi-mono/web-ui/src/dialogs/ModelSelector.ts +0 -370
- package/pi.dev-src/pi-mono/web-ui/src/dialogs/PersistentStorageDialog.ts +0 -144
- package/pi.dev-src/pi-mono/web-ui/src/dialogs/ProvidersModelsTab.ts +0 -212
- package/pi.dev-src/pi-mono/web-ui/src/dialogs/SessionListDialog.ts +0 -150
- package/pi.dev-src/pi-mono/web-ui/src/dialogs/SettingsDialog.ts +0 -218
- package/pi.dev-src/pi-mono/web-ui/src/index.ts +0 -120
- package/pi.dev-src/pi-mono/web-ui/src/prompts/prompts.ts +0 -282
- package/pi.dev-src/pi-mono/web-ui/src/storage/app-storage.ts +0 -60
- package/pi.dev-src/pi-mono/web-ui/src/storage/backends/indexeddb-storage-backend.ts +0 -193
- package/pi.dev-src/pi-mono/web-ui/src/storage/store.ts +0 -33
- package/pi.dev-src/pi-mono/web-ui/src/storage/stores/custom-providers-store.ts +0 -62
- package/pi.dev-src/pi-mono/web-ui/src/storage/stores/provider-keys-store.ts +0 -33
- package/pi.dev-src/pi-mono/web-ui/src/storage/stores/sessions-store.ts +0 -136
- package/pi.dev-src/pi-mono/web-ui/src/storage/stores/settings-store.ts +0 -34
- package/pi.dev-src/pi-mono/web-ui/src/storage/types.ts +0 -206
- package/pi.dev-src/pi-mono/web-ui/src/tools/artifacts/ArtifactElement.ts +0 -14
- package/pi.dev-src/pi-mono/web-ui/src/tools/artifacts/ArtifactPill.ts +0 -26
- package/pi.dev-src/pi-mono/web-ui/src/tools/artifacts/Console.ts +0 -93
- package/pi.dev-src/pi-mono/web-ui/src/tools/artifacts/DocxArtifact.ts +0 -213
- package/pi.dev-src/pi-mono/web-ui/src/tools/artifacts/ExcelArtifact.ts +0 -231
- package/pi.dev-src/pi-mono/web-ui/src/tools/artifacts/GenericArtifact.ts +0 -117
- package/pi.dev-src/pi-mono/web-ui/src/tools/artifacts/HtmlArtifact.ts +0 -195
- package/pi.dev-src/pi-mono/web-ui/src/tools/artifacts/ImageArtifact.ts +0 -116
- package/pi.dev-src/pi-mono/web-ui/src/tools/artifacts/MarkdownArtifact.ts +0 -82
- package/pi.dev-src/pi-mono/web-ui/src/tools/artifacts/PdfArtifact.ts +0 -201
- package/pi.dev-src/pi-mono/web-ui/src/tools/artifacts/SvgArtifact.ts +0 -119
- package/pi.dev-src/pi-mono/web-ui/src/tools/artifacts/TextArtifact.ts +0 -148
- package/pi.dev-src/pi-mono/web-ui/src/tools/artifacts/artifacts-tool-renderer.ts +0 -310
- package/pi.dev-src/pi-mono/web-ui/src/tools/artifacts/artifacts.ts +0 -713
- package/pi.dev-src/pi-mono/web-ui/src/tools/artifacts/index.ts +0 -7
- package/pi.dev-src/pi-mono/web-ui/src/tools/extract-document.ts +0 -275
- package/pi.dev-src/pi-mono/web-ui/src/tools/index.ts +0 -46
- package/pi.dev-src/pi-mono/web-ui/src/tools/javascript-repl.ts +0 -293
- package/pi.dev-src/pi-mono/web-ui/src/tools/renderer-registry.ts +0 -130
- package/pi.dev-src/pi-mono/web-ui/src/tools/renderers/BashRenderer.ts +0 -52
- package/pi.dev-src/pi-mono/web-ui/src/tools/renderers/CalculateRenderer.ts +0 -58
- package/pi.dev-src/pi-mono/web-ui/src/tools/renderers/DefaultRenderer.ts +0 -103
- package/pi.dev-src/pi-mono/web-ui/src/tools/renderers/GetCurrentTimeRenderer.ts +0 -92
- package/pi.dev-src/pi-mono/web-ui/src/tools/types.ts +0 -15
- package/pi.dev-src/pi-mono/web-ui/src/utils/attachment-utils.ts +0 -472
- package/pi.dev-src/pi-mono/web-ui/src/utils/auth-token.ts +0 -22
- package/pi.dev-src/pi-mono/web-ui/src/utils/format.ts +0 -42
- package/pi.dev-src/pi-mono/web-ui/src/utils/i18n.ts +0 -653
- package/pi.dev-src/pi-mono/web-ui/src/utils/model-discovery.ts +0 -277
- package/pi.dev-src/pi-mono/web-ui/src/utils/proxy-utils.ts +0 -139
- package/pi.dev-src/pi-mono/web-ui/src/utils/test-sessions.ts +0 -2357
- package/pi.dev-src/pi-mono/web-ui/tsconfig.json +0 -7
- package/tests/attended-results-scenarios.ts +0 -648
- package/tests/attended-results.test.ts +0 -39
- package/tests/cli-command-option-parity.test.ts +0 -798
- package/tests/debug-extension-harness.test.ts +0 -466
- package/tests/extension-registration.test.ts +0 -6785
- package/tests/fixtures/fixture_c.c +0 -361
- package/tests/fixtures/fixture_cpp.cpp +0 -407
- package/tests/fixtures/fixture_csharp.cs +0 -411
- package/tests/fixtures/fixture_elixir.ex +0 -409
- package/tests/fixtures/fixture_go.go +0 -341
- package/tests/fixtures/fixture_haskell.hs +0 -250
- package/tests/fixtures/fixture_java.java +0 -430
- package/tests/fixtures/fixture_javascript.js +0 -383
- package/tests/fixtures/fixture_kotlin.kt +0 -451
- package/tests/fixtures/fixture_lua.lua +0 -276
- package/tests/fixtures/fixture_perl.pl +0 -310
- package/tests/fixtures/fixture_php.php +0 -433
- package/tests/fixtures/fixture_python.py +0 -502
- package/tests/fixtures/fixture_ruby.rb +0 -345
- package/tests/fixtures/fixture_rust.rs +0 -380
- package/tests/fixtures/fixture_scala.scala +0 -398
- package/tests/fixtures/fixture_shell.sh +0 -276
- package/tests/fixtures/fixture_swift.swift +0 -397
- package/tests/fixtures/fixture_typescript.ts +0 -434
- package/tests/fixtures/fixture_zig.zig +0 -295
- package/tests/fixtures_attended_results/project/compress-line-numbers.json +0 -5
- package/tests/fixtures_attended_results/project/compress.json +0 -5
- package/tests/fixtures_attended_results/project/enable-static-check-invalid-command.json +0 -5
- package/tests/fixtures_attended_results/project/enable-static-check-valid.json +0 -5
- package/tests/fixtures_attended_results/project/files-static-check.json +0 -5
- package/tests/fixtures_attended_results/project/find-line-numbers.json +0 -5
- package/tests/fixtures_attended_results/project/find.json +0 -5
- package/tests/fixtures_attended_results/project/get-base-path.json +0 -5
- package/tests/fixtures_attended_results/project/git-check-clean.json +0 -5
- package/tests/fixtures_attended_results/project/git-check-dirty.json +0 -5
- package/tests/fixtures_attended_results/project/git-path.json +0 -5
- package/tests/fixtures_attended_results/project/git-wt-create-invalid.json +0 -5
- package/tests/fixtures_attended_results/project/git-wt-create-valid.json +0 -5
- package/tests/fixtures_attended_results/project/git-wt-delete-nonexistent.json +0 -5
- package/tests/fixtures_attended_results/project/git-wt-delete-valid.json +0 -5
- package/tests/fixtures_attended_results/project/git-wt-name.json +0 -5
- package/tests/fixtures_attended_results/project/static-check.json +0 -5
- package/tests/fixtures_attended_results/project/summarize.json +0 -5
- package/tests/fixtures_attended_results/project/tokens.json +0 -5
- package/tests/fixtures_attended_results/standalone/files-compress/fixture_c.c.json +0 -5
- package/tests/fixtures_attended_results/standalone/files-compress/fixture_cpp.cpp.json +0 -5
- package/tests/fixtures_attended_results/standalone/files-compress/fixture_csharp.cs.json +0 -5
- package/tests/fixtures_attended_results/standalone/files-compress/fixture_elixir.ex.json +0 -5
- package/tests/fixtures_attended_results/standalone/files-compress/fixture_go.go.json +0 -5
- package/tests/fixtures_attended_results/standalone/files-compress/fixture_haskell.hs.json +0 -5
- package/tests/fixtures_attended_results/standalone/files-compress/fixture_java.java.json +0 -5
- package/tests/fixtures_attended_results/standalone/files-compress/fixture_javascript.js.json +0 -5
- package/tests/fixtures_attended_results/standalone/files-compress/fixture_kotlin.kt.json +0 -5
- package/tests/fixtures_attended_results/standalone/files-compress/fixture_lua.lua.json +0 -5
- package/tests/fixtures_attended_results/standalone/files-compress/fixture_perl.pl.json +0 -5
- package/tests/fixtures_attended_results/standalone/files-compress/fixture_php.php.json +0 -5
- package/tests/fixtures_attended_results/standalone/files-compress/fixture_python.py.json +0 -5
- package/tests/fixtures_attended_results/standalone/files-compress/fixture_ruby.rb.json +0 -5
- package/tests/fixtures_attended_results/standalone/files-compress/fixture_rust.rs.json +0 -5
- package/tests/fixtures_attended_results/standalone/files-compress/fixture_scala.scala.json +0 -5
- package/tests/fixtures_attended_results/standalone/files-compress/fixture_shell.sh.json +0 -5
- package/tests/fixtures_attended_results/standalone/files-compress/fixture_swift.swift.json +0 -5
- package/tests/fixtures_attended_results/standalone/files-compress/fixture_typescript.ts.json +0 -5
- package/tests/fixtures_attended_results/standalone/files-compress/fixture_zig.zig.json +0 -5
- package/tests/fixtures_attended_results/standalone/files-compress-line-numbers/fixture_c.c.json +0 -5
- package/tests/fixtures_attended_results/standalone/files-compress-line-numbers/fixture_cpp.cpp.json +0 -5
- package/tests/fixtures_attended_results/standalone/files-compress-line-numbers/fixture_csharp.cs.json +0 -5
- package/tests/fixtures_attended_results/standalone/files-compress-line-numbers/fixture_elixir.ex.json +0 -5
- package/tests/fixtures_attended_results/standalone/files-compress-line-numbers/fixture_go.go.json +0 -5
- package/tests/fixtures_attended_results/standalone/files-compress-line-numbers/fixture_haskell.hs.json +0 -5
- package/tests/fixtures_attended_results/standalone/files-compress-line-numbers/fixture_java.java.json +0 -5
- package/tests/fixtures_attended_results/standalone/files-compress-line-numbers/fixture_javascript.js.json +0 -5
- package/tests/fixtures_attended_results/standalone/files-compress-line-numbers/fixture_kotlin.kt.json +0 -5
- package/tests/fixtures_attended_results/standalone/files-compress-line-numbers/fixture_lua.lua.json +0 -5
- package/tests/fixtures_attended_results/standalone/files-compress-line-numbers/fixture_perl.pl.json +0 -5
- package/tests/fixtures_attended_results/standalone/files-compress-line-numbers/fixture_php.php.json +0 -5
- package/tests/fixtures_attended_results/standalone/files-compress-line-numbers/fixture_python.py.json +0 -5
- package/tests/fixtures_attended_results/standalone/files-compress-line-numbers/fixture_ruby.rb.json +0 -5
- package/tests/fixtures_attended_results/standalone/files-compress-line-numbers/fixture_rust.rs.json +0 -5
- package/tests/fixtures_attended_results/standalone/files-compress-line-numbers/fixture_scala.scala.json +0 -5
- package/tests/fixtures_attended_results/standalone/files-compress-line-numbers/fixture_shell.sh.json +0 -5
- package/tests/fixtures_attended_results/standalone/files-compress-line-numbers/fixture_swift.swift.json +0 -5
- package/tests/fixtures_attended_results/standalone/files-compress-line-numbers/fixture_typescript.ts.json +0 -5
- package/tests/fixtures_attended_results/standalone/files-compress-line-numbers/fixture_zig.zig.json +0 -5
- package/tests/fixtures_attended_results/standalone/files-find/fixture_c.c.json +0 -5
- package/tests/fixtures_attended_results/standalone/files-find/fixture_cpp.cpp.json +0 -5
- package/tests/fixtures_attended_results/standalone/files-find/fixture_csharp.cs.json +0 -5
- package/tests/fixtures_attended_results/standalone/files-find/fixture_elixir.ex.json +0 -5
- package/tests/fixtures_attended_results/standalone/files-find/fixture_go.go.json +0 -5
- package/tests/fixtures_attended_results/standalone/files-find/fixture_haskell.hs.json +0 -5
- package/tests/fixtures_attended_results/standalone/files-find/fixture_java.java.json +0 -5
- package/tests/fixtures_attended_results/standalone/files-find/fixture_javascript.js.json +0 -5
- package/tests/fixtures_attended_results/standalone/files-find/fixture_kotlin.kt.json +0 -5
- package/tests/fixtures_attended_results/standalone/files-find/fixture_lua.lua.json +0 -5
- package/tests/fixtures_attended_results/standalone/files-find/fixture_perl.pl.json +0 -5
- package/tests/fixtures_attended_results/standalone/files-find/fixture_php.php.json +0 -5
- package/tests/fixtures_attended_results/standalone/files-find/fixture_python.py.json +0 -5
- package/tests/fixtures_attended_results/standalone/files-find/fixture_ruby.rb.json +0 -5
- package/tests/fixtures_attended_results/standalone/files-find/fixture_rust.rs.json +0 -5
- package/tests/fixtures_attended_results/standalone/files-find/fixture_scala.scala.json +0 -5
- package/tests/fixtures_attended_results/standalone/files-find/fixture_shell.sh.json +0 -5
- package/tests/fixtures_attended_results/standalone/files-find/fixture_swift.swift.json +0 -5
- package/tests/fixtures_attended_results/standalone/files-find/fixture_typescript.ts.json +0 -5
- package/tests/fixtures_attended_results/standalone/files-find/fixture_zig.zig.json +0 -5
- package/tests/fixtures_attended_results/standalone/files-find-line-numbers/fixture_c.c.json +0 -5
- package/tests/fixtures_attended_results/standalone/files-find-line-numbers/fixture_cpp.cpp.json +0 -5
- package/tests/fixtures_attended_results/standalone/files-find-line-numbers/fixture_csharp.cs.json +0 -5
- package/tests/fixtures_attended_results/standalone/files-find-line-numbers/fixture_elixir.ex.json +0 -5
- package/tests/fixtures_attended_results/standalone/files-find-line-numbers/fixture_go.go.json +0 -5
- package/tests/fixtures_attended_results/standalone/files-find-line-numbers/fixture_haskell.hs.json +0 -5
- package/tests/fixtures_attended_results/standalone/files-find-line-numbers/fixture_java.java.json +0 -5
- package/tests/fixtures_attended_results/standalone/files-find-line-numbers/fixture_javascript.js.json +0 -5
- package/tests/fixtures_attended_results/standalone/files-find-line-numbers/fixture_kotlin.kt.json +0 -5
- package/tests/fixtures_attended_results/standalone/files-find-line-numbers/fixture_lua.lua.json +0 -5
- package/tests/fixtures_attended_results/standalone/files-find-line-numbers/fixture_perl.pl.json +0 -5
- package/tests/fixtures_attended_results/standalone/files-find-line-numbers/fixture_php.php.json +0 -5
- package/tests/fixtures_attended_results/standalone/files-find-line-numbers/fixture_python.py.json +0 -5
- package/tests/fixtures_attended_results/standalone/files-find-line-numbers/fixture_ruby.rb.json +0 -5
- package/tests/fixtures_attended_results/standalone/files-find-line-numbers/fixture_rust.rs.json +0 -5
- package/tests/fixtures_attended_results/standalone/files-find-line-numbers/fixture_scala.scala.json +0 -5
- package/tests/fixtures_attended_results/standalone/files-find-line-numbers/fixture_shell.sh.json +0 -5
- package/tests/fixtures_attended_results/standalone/files-find-line-numbers/fixture_swift.swift.json +0 -5
- package/tests/fixtures_attended_results/standalone/files-find-line-numbers/fixture_typescript.ts.json +0 -5
- package/tests/fixtures_attended_results/standalone/files-find-line-numbers/fixture_zig.zig.json +0 -5
- package/tests/fixtures_attended_results/standalone/files-summarize/fixture_c.c.json +0 -5
- package/tests/fixtures_attended_results/standalone/files-summarize/fixture_cpp.cpp.json +0 -5
- package/tests/fixtures_attended_results/standalone/files-summarize/fixture_csharp.cs.json +0 -5
- package/tests/fixtures_attended_results/standalone/files-summarize/fixture_elixir.ex.json +0 -5
- package/tests/fixtures_attended_results/standalone/files-summarize/fixture_go.go.json +0 -5
- package/tests/fixtures_attended_results/standalone/files-summarize/fixture_haskell.hs.json +0 -5
- package/tests/fixtures_attended_results/standalone/files-summarize/fixture_java.java.json +0 -5
- package/tests/fixtures_attended_results/standalone/files-summarize/fixture_javascript.js.json +0 -5
- package/tests/fixtures_attended_results/standalone/files-summarize/fixture_kotlin.kt.json +0 -5
- package/tests/fixtures_attended_results/standalone/files-summarize/fixture_lua.lua.json +0 -5
- package/tests/fixtures_attended_results/standalone/files-summarize/fixture_perl.pl.json +0 -5
- package/tests/fixtures_attended_results/standalone/files-summarize/fixture_php.php.json +0 -5
- package/tests/fixtures_attended_results/standalone/files-summarize/fixture_python.py.json +0 -5
- package/tests/fixtures_attended_results/standalone/files-summarize/fixture_ruby.rb.json +0 -5
- package/tests/fixtures_attended_results/standalone/files-summarize/fixture_rust.rs.json +0 -5
- package/tests/fixtures_attended_results/standalone/files-summarize/fixture_scala.scala.json +0 -5
- package/tests/fixtures_attended_results/standalone/files-summarize/fixture_shell.sh.json +0 -5
- package/tests/fixtures_attended_results/standalone/files-summarize/fixture_swift.swift.json +0 -5
- package/tests/fixtures_attended_results/standalone/files-summarize/fixture_typescript.ts.json +0 -5
- package/tests/fixtures_attended_results/standalone/files-summarize/fixture_zig.zig.json +0 -5
- package/tests/fixtures_attended_results/standalone/files-tokens/fixture_c.c.json +0 -5
- package/tests/fixtures_attended_results/standalone/files-tokens/fixture_cpp.cpp.json +0 -5
- package/tests/fixtures_attended_results/standalone/files-tokens/fixture_csharp.cs.json +0 -5
- package/tests/fixtures_attended_results/standalone/files-tokens/fixture_elixir.ex.json +0 -5
- package/tests/fixtures_attended_results/standalone/files-tokens/fixture_go.go.json +0 -5
- package/tests/fixtures_attended_results/standalone/files-tokens/fixture_haskell.hs.json +0 -5
- package/tests/fixtures_attended_results/standalone/files-tokens/fixture_java.java.json +0 -5
- package/tests/fixtures_attended_results/standalone/files-tokens/fixture_javascript.js.json +0 -5
- package/tests/fixtures_attended_results/standalone/files-tokens/fixture_kotlin.kt.json +0 -5
- package/tests/fixtures_attended_results/standalone/files-tokens/fixture_lua.lua.json +0 -5
- package/tests/fixtures_attended_results/standalone/files-tokens/fixture_perl.pl.json +0 -5
- package/tests/fixtures_attended_results/standalone/files-tokens/fixture_php.php.json +0 -5
- package/tests/fixtures_attended_results/standalone/files-tokens/fixture_python.py.json +0 -5
- package/tests/fixtures_attended_results/standalone/files-tokens/fixture_ruby.rb.json +0 -5
- package/tests/fixtures_attended_results/standalone/files-tokens/fixture_rust.rs.json +0 -5
- package/tests/fixtures_attended_results/standalone/files-tokens/fixture_scala.scala.json +0 -5
- package/tests/fixtures_attended_results/standalone/files-tokens/fixture_shell.sh.json +0 -5
- package/tests/fixtures_attended_results/standalone/files-tokens/fixture_swift.swift.json +0 -5
- package/tests/fixtures_attended_results/standalone/files-tokens/fixture_typescript.ts.json +0 -5
- package/tests/fixtures_attended_results/standalone/files-tokens/fixture_zig.zig.json +0 -5
- package/tests/fixtures_attended_results/standalone/test-static-check-command/fixture_c.c.json +0 -5
- package/tests/fixtures_attended_results/standalone/test-static-check-command/fixture_cpp.cpp.json +0 -5
- package/tests/fixtures_attended_results/standalone/test-static-check-command/fixture_csharp.cs.json +0 -5
- package/tests/fixtures_attended_results/standalone/test-static-check-command/fixture_elixir.ex.json +0 -5
- package/tests/fixtures_attended_results/standalone/test-static-check-command/fixture_go.go.json +0 -5
- package/tests/fixtures_attended_results/standalone/test-static-check-command/fixture_haskell.hs.json +0 -5
- package/tests/fixtures_attended_results/standalone/test-static-check-command/fixture_java.java.json +0 -5
- package/tests/fixtures_attended_results/standalone/test-static-check-command/fixture_javascript.js.json +0 -5
- package/tests/fixtures_attended_results/standalone/test-static-check-command/fixture_kotlin.kt.json +0 -5
- package/tests/fixtures_attended_results/standalone/test-static-check-command/fixture_lua.lua.json +0 -5
- package/tests/fixtures_attended_results/standalone/test-static-check-command/fixture_perl.pl.json +0 -5
- package/tests/fixtures_attended_results/standalone/test-static-check-command/fixture_php.php.json +0 -5
- package/tests/fixtures_attended_results/standalone/test-static-check-command/fixture_python.py.json +0 -5
- package/tests/fixtures_attended_results/standalone/test-static-check-command/fixture_ruby.rb.json +0 -5
- package/tests/fixtures_attended_results/standalone/test-static-check-command/fixture_rust.rs.json +0 -5
- package/tests/fixtures_attended_results/standalone/test-static-check-command/fixture_scala.scala.json +0 -5
- package/tests/fixtures_attended_results/standalone/test-static-check-command/fixture_shell.sh.json +0 -5
- package/tests/fixtures_attended_results/standalone/test-static-check-command/fixture_swift.swift.json +0 -5
- package/tests/fixtures_attended_results/standalone/test-static-check-command/fixture_typescript.ts.json +0 -5
- package/tests/fixtures_attended_results/standalone/test-static-check-command/fixture_zig.zig.json +0 -5
- package/tests/fixtures_attended_results/standalone/test-static-check-dummy/fixture_c.c.json +0 -5
- package/tests/fixtures_attended_results/standalone/test-static-check-dummy/fixture_cpp.cpp.json +0 -5
- package/tests/fixtures_attended_results/standalone/test-static-check-dummy/fixture_csharp.cs.json +0 -5
- package/tests/fixtures_attended_results/standalone/test-static-check-dummy/fixture_elixir.ex.json +0 -5
- package/tests/fixtures_attended_results/standalone/test-static-check-dummy/fixture_go.go.json +0 -5
- package/tests/fixtures_attended_results/standalone/test-static-check-dummy/fixture_haskell.hs.json +0 -5
- package/tests/fixtures_attended_results/standalone/test-static-check-dummy/fixture_java.java.json +0 -5
- package/tests/fixtures_attended_results/standalone/test-static-check-dummy/fixture_javascript.js.json +0 -5
- package/tests/fixtures_attended_results/standalone/test-static-check-dummy/fixture_kotlin.kt.json +0 -5
- package/tests/fixtures_attended_results/standalone/test-static-check-dummy/fixture_lua.lua.json +0 -5
- package/tests/fixtures_attended_results/standalone/test-static-check-dummy/fixture_perl.pl.json +0 -5
- package/tests/fixtures_attended_results/standalone/test-static-check-dummy/fixture_php.php.json +0 -5
- package/tests/fixtures_attended_results/standalone/test-static-check-dummy/fixture_python.py.json +0 -5
- package/tests/fixtures_attended_results/standalone/test-static-check-dummy/fixture_ruby.rb.json +0 -5
- package/tests/fixtures_attended_results/standalone/test-static-check-dummy/fixture_rust.rs.json +0 -5
- package/tests/fixtures_attended_results/standalone/test-static-check-dummy/fixture_scala.scala.json +0 -5
- package/tests/fixtures_attended_results/standalone/test-static-check-dummy/fixture_shell.sh.json +0 -5
- package/tests/fixtures_attended_results/standalone/test-static-check-dummy/fixture_swift.swift.json +0 -5
- package/tests/fixtures_attended_results/standalone/test-static-check-dummy/fixture_typescript.ts.json +0 -5
- package/tests/fixtures_attended_results/standalone/test-static-check-dummy/fixture_zig.zig.json +0 -5
- package/tests/helpers.ts +0 -236
- package/tests/oracle-project.test.ts +0 -67
- package/tests/oracle-standalone.test.ts +0 -68
- package/tests/prompt-command-summary.test.ts +0 -36
- package/tests/prompt-rendering.test.ts +0 -103
- package/tests/python_oracle_stubs/tiktoken.py +0 -76
- package/tests/release-workflow.test.ts +0 -195
- package/tests/static-check-bundled.test.ts +0 -332
package/images/flowchart.md
DELETED
|
@@ -1,100 +0,0 @@
|
|
|
1
|
-
# Flowchart
|
|
2
|
-
|
|
3
|
-
## Use Mermaid Live Editors:
|
|
4
|
-
- [https://mermaid.live/](https://mermaid.live/)
|
|
5
|
-
|
|
6
|
-
## Source Code
|
|
7
|
-
|
|
8
|
-
```mermaid
|
|
9
|
-
flowchart TD
|
|
10
|
-
%% Flowchart
|
|
11
|
-
START@{ shape: circle, label: "**START**"}
|
|
12
|
-
NP@{ shape: hex, label: "***New*** *Project*"}
|
|
13
|
-
EP@{ shape: hex, label: "***Existing*** *Project*"}
|
|
14
|
-
CMDNP@{ shape: subproc, label: "**req** --base project/ --docs-dir docs/ --src-dir src/.." }
|
|
15
|
-
CMDEP@{ shape: subproc, label: "**req** --here --docs-dir docs/ --src-dir src/.." }
|
|
16
|
-
REQ[(Requiremets)]
|
|
17
|
-
CHANGE@{ shape: lean-r, label: "Req.**Change**"}
|
|
18
|
-
CHECK@{ shape: lean-r, label: "Req.**Check**"}
|
|
19
|
-
COVER@{ shape: lean-r, label: "Req.**Cover**"}
|
|
20
|
-
IMPLEMENT@{ shape: lean-r, label: "Req.**Implement**"}
|
|
21
|
-
FIX@{ shape: lean-r, label: "Req.**Fix**"}
|
|
22
|
-
NEW@{ shape: lean-r, label: "Req.**New**"}
|
|
23
|
-
REFACTOR@{ shape: lean-r, label: "Req.**Refactor**"}
|
|
24
|
-
WRITE@{ shape: lean-r, label: "Req.**Write**"}
|
|
25
|
-
CREATE@{ shape: lean-r, label: "Req.**Create**"}
|
|
26
|
-
REFERENCES@{ shape: lean-r, label: "Req.**References**"}
|
|
27
|
-
WORKFLOW@{ shape: lean-r, label: "Req.**Workflow**"}
|
|
28
|
-
REQ_CHANGE[[Change Requirement]]
|
|
29
|
-
REQ_READ[/**Read Requirement**/]
|
|
30
|
-
REQ_CHECK[/Check Requirement/]
|
|
31
|
-
UPDATE_DOCS[/Update Source-Code Docs/]
|
|
32
|
-
CODE_CHANGE@{ shape: procs, label: "**Change Source Code**"}
|
|
33
|
-
DOCS@{ shape: docs, label: "Source-Code Docs"}
|
|
34
|
-
REPORT@{ shape: paper-tape, label: "Report"}
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
%% New Project
|
|
38
|
-
NP --> CMDNP
|
|
39
|
-
CMDNP -- **input** project's description ---> WRITE
|
|
40
|
-
WRITE ----> IMPLEMENT
|
|
41
|
-
IMPLEMENT --> REFERENCES
|
|
42
|
-
REFERENCES --> WORKFLOW
|
|
43
|
-
WORKFLOW --> START
|
|
44
|
-
|
|
45
|
-
%% Existing Project
|
|
46
|
-
EP --> CMDEP
|
|
47
|
-
CMDEP ----> CREATE
|
|
48
|
-
CREATE --> REFERENCES
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
%% Requirements
|
|
52
|
-
REQ e1@-.-> REQ_READ
|
|
53
|
-
e1@{ animate: true }
|
|
54
|
-
REQ e2@-.-> REQ_CHECK
|
|
55
|
-
e2@{ animate: true }
|
|
56
|
-
WRITE e3@-.-> REQ
|
|
57
|
-
e3@{ animate: true }
|
|
58
|
-
REQ_CHANGE e5@-.-> REQ
|
|
59
|
-
e5@{ animate: true }
|
|
60
|
-
CREATE e6@-.-> REQ
|
|
61
|
-
e6@{ animate: true }
|
|
62
|
-
REQ e7@-.-> IMPLEMENT
|
|
63
|
-
e7@{ animate: true }
|
|
64
|
-
|
|
65
|
-
%% Change
|
|
66
|
-
START --> CHANGE
|
|
67
|
-
CHANGE -- **input** a change request --> REQ_CHANGE
|
|
68
|
-
REQ_CHANGE --> REQ_READ
|
|
69
|
-
REQ_READ ==> CODE_CHANGE
|
|
70
|
-
CODE_CHANGE ==> REQ_CHECK
|
|
71
|
-
REQ_CHECK ==> UPDATE_DOCS
|
|
72
|
-
UPDATE_DOCS ==> REPORT
|
|
73
|
-
%% REPORT --> START
|
|
74
|
-
|
|
75
|
-
%% Check
|
|
76
|
-
START --> CHECK
|
|
77
|
-
CHECK ------> REQ_CHECK
|
|
78
|
-
|
|
79
|
-
%% Cover
|
|
80
|
-
START --> COVER
|
|
81
|
-
COVER ----> REQ_READ
|
|
82
|
-
|
|
83
|
-
%% Fix
|
|
84
|
-
START --> FIX
|
|
85
|
-
FIX -- **input** a defect to fix ----> REQ_READ
|
|
86
|
-
|
|
87
|
-
%% Refactor
|
|
88
|
-
START --> REFACTOR
|
|
89
|
-
REFACTOR -- **input** an optimization request ----> REQ_READ
|
|
90
|
-
|
|
91
|
-
%% New
|
|
92
|
-
START --> NEW
|
|
93
|
-
NEW -- **input** a new requirements--> REQ_CHANGE
|
|
94
|
-
|
|
95
|
-
%% Source-Code Docs
|
|
96
|
-
UPDATE_DOCS e8@-.-> DOCS
|
|
97
|
-
e8@{ animate: true }
|
|
98
|
-
DOCS e9@-.-> CODE_CHANGE
|
|
99
|
-
e9@{ animate: true }
|
|
100
|
-
```
|
package/images/flowchart.png
DELETED
|
Binary file
|
package/images/flowchart.svg
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<?xml-stylesheet href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css" type="text/css"?>
|
|
3
|
-
<svg id="graph-74" width="100%" xmlns="http://www.w3.org/2000/svg" class="flowchart" style="overflow: hidden; max-width: 100%; touch-action: none; user-select: none; -webkit-user-drag: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); background-color: rgb(2, 8, 23);" role="graphics-document document" aria-roledescription="flowchart-v2" height="100%" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:ev="http://www.w3.org/2001/xml-events"><g id="viewport-20260329171009287" class="svg-pan-zoom_viewport" transform="matrix(0.48477958007351357,0,0,0.48477958007351357,-28.16584635882061,-19.56311640667565)" style="transform: matrix(0.48478, 0, 0, 0.48478, -28.1658, -19.5631);"><style>#graph-74{font-family:"trebuchet ms",verdana,arial,sans-serif;font-size:16px;fill:#ccc;}@keyframes edge-animation-frame{from{stroke-dashoffset:0;}}@keyframes dash{to{stroke-dashoffset:0;}}#graph-74 .edge-animation-slow{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 50s linear infinite;stroke-linecap:round;}#graph-74 .edge-animation-fast{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 20s linear infinite;stroke-linecap:round;}#graph-74 .error-icon{fill:#a44141;}#graph-74 .error-text{fill:#ddd;stroke:#ddd;}#graph-74 .edge-thickness-normal{stroke-width:1px;}#graph-74 .edge-thickness-thick{stroke-width:3.5px;}#graph-74 .edge-pattern-solid{stroke-dasharray:0;}#graph-74 .edge-thickness-invisible{stroke-width:0;fill:none;}#graph-74 .edge-pattern-dashed{stroke-dasharray:3;}#graph-74 .edge-pattern-dotted{stroke-dasharray:2;}#graph-74 .marker{fill:lightgrey;stroke:lightgrey;}#graph-74 .marker.cross{stroke:lightgrey;}#graph-74 svg{font-family:"trebuchet ms",verdana,arial,sans-serif;font-size:16px;}#graph-74 p{margin:0;}#graph-74 .label{font-family:"trebuchet ms",verdana,arial,sans-serif;color:#ccc;}#graph-74 .cluster-label text{fill:#F9FFFE;}#graph-74 .cluster-label span{color:#F9FFFE;}#graph-74 .cluster-label span p{background-color:transparent;}#graph-74 .label text,#graph-74 span{fill:#ccc;color:#ccc;}#graph-74 .node rect,#graph-74 .node circle,#graph-74 .node ellipse,#graph-74 .node polygon,#graph-74 .node path{fill:#1f2020;stroke:#ccc;stroke-width:1px;}#graph-74 .rough-node .label text,#graph-74 .node .label text,#graph-74 .image-shape .label,#graph-74 .icon-shape .label{text-anchor:middle;}#graph-74 .node .katex path{fill:#000;stroke:#000;stroke-width:1px;}#graph-74 .rough-node .label,#graph-74 .node .label,#graph-74 .image-shape .label,#graph-74 .icon-shape .label{text-align:center;}#graph-74 .node.clickable{cursor:pointer;}#graph-74 .root .anchor path{fill:lightgrey!important;stroke-width:0;stroke:lightgrey;}#graph-74 .arrowheadPath{fill:lightgrey;}#graph-74 .edgePath .path{stroke:lightgrey;stroke-width:2.0px;}#graph-74 .flowchart-link{stroke:lightgrey;fill:none;}#graph-74 .edgeLabel{background-color:hsl(0, 0%, 34.4117647059%);text-align:center;}#graph-74 .edgeLabel p{background-color:hsl(0, 0%, 34.4117647059%);}#graph-74 .edgeLabel rect{opacity:0.5;background-color:hsl(0, 0%, 34.4117647059%);fill:hsl(0, 0%, 34.4117647059%);}#graph-74 .labelBkg{background-color:rgba(87.75, 87.75, 87.75, 0.5);}#graph-74 .cluster rect{fill:hsl(180, 1.5873015873%, 28.3529411765%);stroke:rgba(255, 255, 255, 0.25);stroke-width:1px;}#graph-74 .cluster text{fill:#F9FFFE;}#graph-74 .cluster span{color:#F9FFFE;}#graph-74 div.mermaidTooltip{position:absolute;text-align:center;max-width:200px;padding:2px;font-family:"trebuchet ms",verdana,arial,sans-serif;font-size:12px;background:hsl(20, 1.5873015873%, 12.3529411765%);border:1px solid rgba(255, 255, 255, 0.25);border-radius:2px;pointer-events:none;z-index:100;}#graph-74 .flowchartTitleText{text-anchor:middle;font-size:18px;fill:#ccc;}#graph-74 rect.text{fill:none;stroke-width:0;}#graph-74 .icon-shape,#graph-74 .image-shape{background-color:hsl(0, 0%, 34.4117647059%);text-align:center;}#graph-74 .icon-shape p,#graph-74 .image-shape p{background-color:hsl(0, 0%, 34.4117647059%);padding:2px;}#graph-74 .icon-shape .label rect,#graph-74 .image-shape .label rect{opacity:0.5;background-color:hsl(0, 0%, 34.4117647059%);fill:hsl(0, 0%, 34.4117647059%);}#graph-74 .label-icon{display:inline-block;height:1em;overflow:visible;vertical-align:-0.125em;}#graph-74 .node .label-icon path{fill:currentColor;stroke:revert;stroke-width:revert;}#graph-74 :root{--mermaid-font-family:"trebuchet ms",verdana,arial,sans-serif;}</style><g><marker id="graph-74_flowchart-v2-pointEnd" class="marker flowchart-v2" viewBox="0 0 10 10" refX="5" refY="5" markerUnits="userSpaceOnUse" markerWidth="8" markerHeight="8" orient="auto"><path d="M 0 0 L 10 5 L 0 10 z" class="arrowMarkerPath" style="stroke-width: 1; stroke-dasharray: 1, 0;"></path></marker><marker id="graph-74_flowchart-v2-pointStart" class="marker flowchart-v2" viewBox="0 0 10 10" refX="4.5" refY="5" markerUnits="userSpaceOnUse" markerWidth="8" markerHeight="8" orient="auto"><path d="M 0 5 L 10 10 L 10 0 z" class="arrowMarkerPath" style="stroke-width: 1; stroke-dasharray: 1, 0;"></path></marker><marker id="graph-74_flowchart-v2-circleEnd" class="marker flowchart-v2" viewBox="0 0 10 10" refX="11" refY="5" markerUnits="userSpaceOnUse" markerWidth="11" markerHeight="11" orient="auto"><circle cx="5" cy="5" r="5" class="arrowMarkerPath" style="stroke-width: 1; stroke-dasharray: 1, 0;"></circle></marker><marker id="graph-74_flowchart-v2-circleStart" class="marker flowchart-v2" viewBox="0 0 10 10" refX="-1" refY="5" markerUnits="userSpaceOnUse" markerWidth="11" markerHeight="11" orient="auto"><circle cx="5" cy="5" r="5" class="arrowMarkerPath" style="stroke-width: 1; stroke-dasharray: 1, 0;"></circle></marker><marker id="graph-74_flowchart-v2-crossEnd" class="marker cross flowchart-v2" viewBox="0 0 11 11" refX="12" refY="5.2" markerUnits="userSpaceOnUse" markerWidth="11" markerHeight="11" orient="auto"><path d="M 1,1 l 9,9 M 10,1 l -9,9" class="arrowMarkerPath" style="stroke-width: 2; stroke-dasharray: 1, 0;"></path></marker><marker id="graph-74_flowchart-v2-crossStart" class="marker cross flowchart-v2" viewBox="0 0 11 11" refX="-1" refY="5.2" markerUnits="userSpaceOnUse" markerWidth="11" markerHeight="11" orient="auto"><path d="M 1,1 l 9,9 M 10,1 l -9,9" class="arrowMarkerPath" style="stroke-width: 2; stroke-dasharray: 1, 0;"></path></marker><g class="root"><g class="clusters"></g><g class="edgePaths"><path d="M373.133,47.5L373.049,51.583C372.966,55.667,372.799,63.833,372.786,71.5C372.773,79.167,372.914,86.334,372.984,89.917L373.054,93.501" id="L_NP_CMDNP_0" class="edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link" style=";" data-edge="true" data-et="edge" data-id="L_NP_CMDNP_0" data-points="W3sieCI6MzczLjEzMjgxMjUsInkiOjQ3LjV9LHsieCI6MzcyLjYzMjgxMjUsInkiOjcyfSx7IngiOjM3My4xMzI4MTI1LCJ5Ijo5Ny41fV0=" marker-end="url(#graph-74_flowchart-v2-pointEnd)"></path><path d="M373.133,160.5L373.049,164.583C372.966,168.667,372.799,176.833,372.716,190.125C372.633,203.417,372.633,221.833,372.633,240.25C372.633,258.667,372.633,277.083,372.703,289.875C372.773,302.667,372.914,309.834,372.984,313.417L373.054,317.001" id="L_CMDNP_WRITE_0" class="edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link" style=";" data-edge="true" data-et="edge" data-id="L_CMDNP_WRITE_0" data-points="W3sieCI6MzczLjEzMjgxMjUsInkiOjE2MC41fSx7IngiOjM3Mi42MzI4MTI1LCJ5IjoxODV9LHsieCI6MzcyLjYzMjgxMjUsInkiOjI0MC4yNX0seyJ4IjozNzIuNjMyODEyNSwieSI6Mjk1LjV9LHsieCI6MzczLjEzMjgxMjUsInkiOjMyMX1d" marker-end="url(#graph-74_flowchart-v2-pointEnd)"></path><path d="M312.119,354.84L273.629,363.783C235.139,372.727,158.159,390.613,119.67,410.973C81.18,431.333,81.18,454.167,81.18,477C81.18,499.833,81.18,522.667,81.18,548.344C81.18,574.022,81.18,602.544,81.18,627.065C81.18,651.587,81.18,672.109,82.044,685.972C82.908,699.834,84.636,707.038,85.5,710.639L86.364,714.241" id="L_WRITE_IMPLEMENT_0" class="edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link" style=";" data-edge="true" data-et="edge" data-id="L_WRITE_IMPLEMENT_0" data-points="W3sieCI6MzEyLjExOTA1NDYwMjU0NTQsInkiOjM1NC44NDAwMTU3OTQ5MDkxNn0seyJ4Ijo4MS4xNzk2ODc1LCJ5Ijo0MDguNX0seyJ4Ijo4MS4xNzk2ODc1LCJ5Ijo0Nzd9LHsieCI6ODEuMTc5Njg3NSwieSI6NTQ1LjV9LHsieCI6ODEuMTc5Njg3NSwieSI6NjMxLjA2NTQyMjA1ODEwNTV9LHsieCI6ODEuMTc5Njg3NSwieSI6NjkyLjYzMDg0NDExNjIxMDl9LHsieCI6ODcuMjk3NjY1MDI4MDg5ODgsInkiOjcxOC4xMzA4NDQxMTYyMTA5fV0=" marker-end="url(#graph-74_flowchart-v2-pointEnd)"></path><path d="M91.68,757.131L91.596,761.214C91.513,765.298,91.346,773.464,95.833,783.357C100.32,793.25,109.461,804.868,114.031,810.678L118.601,816.487" id="L_IMPLEMENT_REFERENCES_0" class="edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link" style=";" data-edge="true" data-et="edge" data-id="L_IMPLEMENT_REFERENCES_0" data-points="W3sieCI6OTEuNjc5Njg3NSwieSI6NzU3LjEzMDg0NDExNjIxMDl9LHsieCI6OTEuMTc5Njg3NSwieSI6NzgxLjYzMDg0NDExNjIxMDl9LHsieCI6MTIxLjA3NDIxODc1LCJ5Ijo4MTkuNjMwODQ0MTE2MjEwOX1d" marker-end="url(#graph-74_flowchart-v2-pointEnd)"></path><path d="M136.359,858.631L136.276,864.798C136.193,870.964,136.026,883.298,136.606,893.059C137.187,902.82,138.515,910.009,139.178,913.603L139.842,917.197" id="L_REFERENCES_WORKFLOW_0" class="edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link" style=";" data-edge="true" data-et="edge" data-id="L_REFERENCES_WORKFLOW_0" data-points="W3sieCI6MTM2LjM1OTM3NSwieSI6ODU4LjYzMDg0NDExNjIxMDl9LHsieCI6MTM1Ljg1OTM3NSwieSI6ODk1LjYzMDg0NDExNjIxMDl9LHsieCI6MTQwLjU2ODQ2OTEwMTEyMzU4LCJ5Ijo5MjEuMTMwODQ0MTE2MjEwOX1d" marker-end="url(#graph-74_flowchart-v2-pointEnd)"></path><path d="M201.119,921.131L213.272,916.881C225.426,912.631,249.732,904.131,261.886,890.381C274.039,876.631,274.039,857.631,274.039,838.631C274.039,819.631,274.039,800.631,274.039,783.714C274.039,766.798,274.039,751.964,274.039,737.131C274.039,722.298,274.039,707.464,274.039,689.787C274.039,672.109,274.039,651.587,274.039,627.065C274.039,602.544,274.039,574.022,274.039,548.344C274.039,522.667,274.039,499.833,274.039,477C274.039,454.167,274.039,431.333,274.039,408.5C274.039,385.667,274.039,362.833,274.039,344C274.039,325.167,274.039,310.333,423.142,294.047C572.244,277.761,870.449,260.023,1019.552,251.153L1168.654,242.284" id="L_WORKFLOW_START_0" class="edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link" style=";" data-edge="true" data-et="edge" data-id="L_WORKFLOW_START_0" data-points="W3sieCI6MjAxLjExOTExODY3OTc3NTI4LCJ5Ijo5MjEuMTMwODQ0MTE2MjEwOX0seyJ4IjoyNzQuMDM5MDYyNSwieSI6ODk1LjYzMDg0NDExNjIxMDl9LHsieCI6Mjc0LjAzOTA2MjUsInkiOjgzOC42MzA4NDQxMTYyMTA5fSx7IngiOjI3NC4wMzkwNjI1LCJ5Ijo3ODEuNjMwODQ0MTE2MjEwOX0seyJ4IjoyNzQuMDM5MDYyNSwieSI6NzM3LjEzMDg0NDExNjIxMDl9LHsieCI6Mjc0LjAzOTA2MjUsInkiOjY5Mi42MzA4NDQxMTYyMTA5fSx7IngiOjI3NC4wMzkwNjI1LCJ5Ijo2MzEuMDY1NDIyMDU4MTA1NX0seyJ4IjoyNzQuMDM5MDYyNSwieSI6NTQ1LjV9LHsieCI6Mjc0LjAzOTA2MjUsInkiOjQ3N30seyJ4IjoyNzQuMDM5MDYyNSwieSI6NDA4LjV9LHsieCI6Mjc0LjAzOTA2MjUsInkiOjM0MH0seyJ4IjoyNzQuMDM5MDYyNSwieSI6Mjk1LjV9LHsieCI6MTE3Mi42NDcxMjc3NzQ0MDEsInkiOjI0Mi4wNDYyNDc4MDE1MjEwOH1d" marker-end="url(#graph-74_flowchart-v2-pointEnd)"></path><path d="M654.133,47.5L654.049,51.583C653.966,55.667,653.799,63.833,653.786,71.5C653.773,79.167,653.914,86.334,653.984,89.917L654.054,93.501" id="L_EP_CMDEP_0" class="edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link" style=";" data-edge="true" data-et="edge" data-id="L_EP_CMDEP_0" data-points="W3sieCI6NjU0LjEzMjgxMjUsInkiOjQ3LjV9LHsieCI6NjUzLjYzMjgxMjUsInkiOjcyfSx7IngiOjY1NC4xMzI4MTI1LCJ5Ijo5Ny41fV0=" marker-end="url(#graph-74_flowchart-v2-pointEnd)"></path><path d="M654.133,160.5L654.049,164.583C653.966,168.667,653.799,176.833,653.716,190.125C653.633,203.417,653.633,221.833,653.633,240.25C653.633,258.667,653.633,277.083,653.633,293.708C653.633,310.333,653.633,325.167,653.633,344C653.633,362.833,653.633,385.667,653.709,404.667C653.786,423.667,653.939,438.833,654.016,446.417L654.092,454" id="L_CMDEP_CREATE_0" class="edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link" style=";" data-edge="true" data-et="edge" data-id="L_CMDEP_CREATE_0" data-points="W3sieCI6NjU0LjEzMjgxMjUsInkiOjE2MC41fSx7IngiOjY1My42MzI4MTI1LCJ5IjoxODV9LHsieCI6NjUzLjYzMjgxMjUsInkiOjI0MC4yNX0seyJ4Ijo2NTMuNjMyODEyNSwieSI6Mjk1LjV9LHsieCI6NjUzLjYzMjgxMjUsInkiOjM0MH0seyJ4Ijo2NTMuNjMyODEyNSwieSI6NDA4LjV9LHsieCI6NjU0LjEzMjgxMjUsInkiOjQ1OH1d" marker-end="url(#graph-74_flowchart-v2-pointEnd)"></path><path d="M590.975,487.238L527.372,496.948C463.77,506.659,336.565,526.079,272.962,550.051C209.359,574.022,209.359,602.544,209.359,627.065C209.359,651.587,209.359,672.109,209.359,689.787C209.359,707.464,209.359,722.298,209.359,737.131C209.359,751.964,209.359,766.798,201.906,780.133C194.452,793.468,179.544,805.306,172.09,811.225L164.637,817.143" id="L_CREATE_REFERENCES_0" class="edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link" style=";" data-edge="true" data-et="edge" data-id="L_CREATE_REFERENCES_0" data-points="W3sieCI6NTkwLjk3NDc1OTA4ODY1NzMsInkiOjQ4Ny4yMzc5ODE4MjI2ODU0fSx7IngiOjIwOS4zNTkzNzUsInkiOjU0NS41fSx7IngiOjIwOS4zNTkzNzUsInkiOjYzMS4wNjU0MjIwNTgxMDU1fSx7IngiOjIwOS4zNTkzNzUsInkiOjY5Mi42MzA4NDQxMTYyMTA5fSx7IngiOjIwOS4zNTkzNzUsInkiOjczNy4xMzA4NDQxMTYyMTA5fSx7IngiOjIwOS4zNTkzNzUsInkiOjc4MS42MzA4NDQxMTYyMTA5fSx7IngiOjE2MS41MDQxMTE4NDIxMDUyNiwieSI6ODE5LjYzMDg0NDExNjIxMDl9XQ==" marker-end="url(#graph-74_flowchart-v2-pointEnd)"></path><path d="M824.191,644.65L854.917,652.647C885.642,660.644,947.092,676.637,1006.253,689.546C1065.414,702.454,1122.284,712.277,1150.72,717.189L1179.155,722.101" id="e1" class="edge-thickness-normal edge-pattern-dotted edge-thickness-normal edge-pattern-solid flowchart-link edge-animation-fast" style=";" data-edge="true" data-et="edge" data-id="e1" data-points="W3sieCI6ODI0LjE5MTQwNjI1LCJ5Ijo2NDQuNjUwMTU2MzQ2MDQ0fSx7IngiOjEwMDguNTQyOTY4NzUsInkiOjY5Mi42MzA4NDQxMTYyMTA5fSx7IngiOjExODMuMDk2NjE1NTkxNzEyNiwieSI6NzIyLjc4MTM2MjkzMjc4NTZ9XQ==" marker-end="url(#graph-74_flowchart-v2-pointEnd)"></path><path d="M738.189,664.922L734.336,669.54C730.484,674.158,722.779,683.395,718.927,695.429C715.074,707.464,715.074,722.298,715.074,737.131C715.074,751.964,715.074,766.798,715.074,783.714C715.074,800.631,715.074,819.631,715.074,838.631C715.074,857.631,715.074,876.631,793.001,892.458C870.927,908.286,1026.781,920.941,1104.707,927.269L1182.634,933.597" id="e2" class="edge-thickness-normal edge-pattern-dotted edge-thickness-normal edge-pattern-solid flowchart-link edge-animation-fast" style=";" data-edge="true" data-et="edge" data-id="e2" data-points="W3sieCI6NzM4LjE4ODYwMzg2MTQ0OTksInkiOjY2NC45MjE4MzIyNjg4MzE0fSx7IngiOjcxNS4wNzQyMTg3NSwieSI6NjkyLjYzMDg0NDExNjIxMDl9LHsieCI6NzE1LjA3NDIxODc1LCJ5Ijo3MzcuMTMwODQ0MTE2MjEwOX0seyJ4Ijo3MTUuMDc0MjE4NzUsInkiOjc4MS42MzA4NDQxMTYyMTA5fSx7IngiOjcxNS4wNzQyMTg3NSwieSI6ODM4LjYzMDg0NDExNjIxMDl9LHsieCI6NzE1LjA3NDIxODc1LCJ5Ijo4OTUuNjMwODQ0MTE2MjEwOX0seyJ4IjoxMTg2LjYyMDgxODQwMjcwOTYsInkiOjkzMy45MjA0NTczMTA3OTE4fV0=" marker-end="url(#graph-74_flowchart-v2-pointEnd)"></path><path d="M422.568,349.318L478.252,359.181C533.936,369.045,645.304,388.773,700.988,410.053C756.672,431.333,756.672,454.167,756.672,477C756.672,499.833,756.672,522.667,758.017,541.609C759.362,560.551,762.053,575.602,763.398,583.127L764.744,590.652" id="e3" class="edge-thickness-normal edge-pattern-dotted edge-thickness-normal edge-pattern-solid flowchart-link edge-animation-fast" style=";" data-edge="true" data-et="edge" data-id="e3" data-points="W3sieCI6NDIyLjU2Nzc3Mjk3NDIxNjA0LCJ5IjozNDkuMzE3NTc5MDUxNTY4fSx7IngiOjc1Ni42NzE4NzUsInkiOjQwOC41fSx7IngiOjc1Ni42NzE4NzUsInkiOjQ3N30seyJ4Ijo3NTYuNjcxODc1LCJ5Ijo1NDUuNX0seyJ4Ijo3NjUuNDQ3NDYwOTg2NTkyNywieSI6NTk0LjU4OTg5ODY5MjE0Mzd9XQ==" marker-end="url(#graph-74_flowchart-v2-pointEnd)"></path><path d="M897.347,497L886.859,505.083C876.371,513.167,855.394,529.333,839.333,545.305C823.272,561.277,812.126,577.054,806.553,584.943L800.979,592.831" id="e5" class="edge-thickness-normal edge-pattern-dotted edge-thickness-normal edge-pattern-solid flowchart-link edge-animation-fast" style=";" data-edge="true" data-et="edge" data-id="e5" data-points="W3sieCI6ODk3LjM0NzE0MzAyMDA3MywieSI6NDk3fSx7IngiOjgzNC40MTc5Njg3NSwieSI6NTQ1LjV9LHsieCI6Nzk4LjY3MTM4MDkxNzc5MjEsInkiOjU5Ni4wOTc5OTQ0ODMyMjc1fV0=" marker-end="url(#graph-74_flowchart-v2-pointEnd)"></path><path d="M707.42,487.503L759.274,497.169C811.128,506.835,914.835,526.168,934.927,546.857C955.019,567.546,891.495,589.593,859.732,600.616L827.97,611.639" id="e6" class="edge-thickness-normal edge-pattern-dotted edge-thickness-normal edge-pattern-solid flowchart-link edge-animation-fast" style=";" data-edge="true" data-et="edge" data-id="e6" data-points="W3sieCI6NzA3LjQyMDM3MjgyMjU3NjcsInkiOjQ4Ny41MDMwMDQzNTQ4NDY2fSx7IngiOjEwMTguNTQyOTY4NzUsInkiOjU0NS41fSx7IngiOjgyNC4xOTE0MDYyNSwieSI6NjEyLjk1MDc1NzQ3OTU0NTJ9XQ==" marker-end="url(#graph-74_flowchart-v2-pointEnd)"></path><path d="M719.801,636.152L623.212,645.565C526.624,654.978,333.447,673.805,232.83,687.011C132.214,700.217,124.159,707.803,120.131,711.596L116.103,715.389" id="e7" class="edge-thickness-normal edge-pattern-dotted edge-thickness-normal edge-pattern-solid flowchart-link edge-animation-fast" style=";" data-edge="true" data-et="edge" data-id="e7" data-points="W3sieCI6NzE5LjgwMDc4MTI1LCJ5Ijo2MzYuMTUyMTU4MzY4MTk1Nn0seyJ4IjoxNDAuMjY5NTMxMjUsInkiOjY5Mi42MzA4NDQxMTYyMTA5fSx7IngiOjExMy4xOTA5NjczNDU1MDU2MSwieSI6NzE4LjEzMDg0NDExNjIxMDl9XQ==" marker-end="url(#graph-74_flowchart-v2-pointEnd)"></path><path d="M1173.031,245.376L1124.445,253.73C1075.859,262.084,978.687,278.792,930.172,290.729C881.656,302.667,881.797,309.834,881.867,313.417L881.937,317.001" id="L_START_CHANGE_0" class="edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link" style=";" data-edge="true" data-et="edge" data-id="L_START_CHANGE_0" data-points="W3sieCI6MTE3My4wMzEyMzI2NjgzODA3LCJ5IjoyNDUuMzc2MDQyMzY3MzUyNn0seyJ4Ijo4ODEuNTE1NjI1LCJ5IjoyOTUuNX0seyJ4Ijo4ODIuMDE1NjI1LCJ5IjozMjF9XQ==" marker-end="url(#graph-74_flowchart-v2-pointEnd)"></path><path d="M882.016,360L881.932,368.083C881.849,376.167,881.682,392.333,886.133,408.093C890.584,423.852,899.652,439.204,904.186,446.88L908.72,454.556" id="L_CHANGE_REQ_CHANGE_0" class="edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link" style=";" data-edge="true" data-et="edge" data-id="L_CHANGE_REQ_CHANGE_0" data-points="W3sieCI6ODgyLjAxNTYyNSwieSI6MzYwfSx7IngiOjg4MS41MTU2MjUsInkiOjQwOC41fSx7IngiOjkxMC43NTQ1MDUwMTgyNDgyLCJ5Ijo0NTh9XQ==" marker-end="url(#graph-74_flowchart-v2-pointEnd)"></path><path d="M993.657,497L1023.504,505.083C1053.351,513.167,1113.045,529.333,1142.891,551.678C1172.738,574.022,1172.738,602.544,1172.738,627.065C1172.738,651.587,1172.738,672.109,1181.302,686.34C1189.865,700.57,1206.992,708.509,1215.556,712.479L1224.119,716.449" id="L_REQ_CHANGE_REQ_READ_0" class="edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link" style=";" data-edge="true" data-et="edge" data-id="L_REQ_CHANGE_REQ_READ_0" data-points="W3sieCI6OTkzLjY1NzMwNDk3MjYyNzcsInkiOjQ5N30seyJ4IjoxMTcyLjczODI4MTI1LCJ5Ijo1NDUuNX0seyJ4IjoxMTcyLjczODI4MTI1LCJ5Ijo2MzEuMDY1NDIyMDU4MTA1NX0seyJ4IjoxMTcyLjczODI4MTI1LCJ5Ijo2OTIuNjMwODQ0MTE2MjEwOX0seyJ4IjoxMjI3Ljc0ODAyNDkyOTc3NTMsInkiOjcxOC4xMzA4NDQxMTYyMTA5fV0=" marker-end="url(#graph-74_flowchart-v2-pointEnd)"></path><path d="M1270.266,757.131L1270.182,761.214C1270.099,765.298,1269.932,773.464,1269.919,781.131C1269.906,788.798,1270.047,795.965,1270.117,799.548L1270.187,803.132" id="L_REQ_READ_CODE_CHANGE_0" class="edge-thickness-thick edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link" style=";" data-edge="true" data-et="edge" data-id="L_REQ_READ_CODE_CHANGE_0" data-points="W3sieCI6MTI3MC4yNjU2MjUsInkiOjc1Ny4xMzA4NDQxMTYyMTA5fSx7IngiOjEyNjkuNzY1NjI1LCJ5Ijo3ODEuNjMwODQ0MTE2MjEwOX0seyJ4IjoxMjcwLjI2NTYyNSwieSI6ODA3LjEzMDg0NDExNjIxMDl9XQ==" marker-end="url(#graph-74_flowchart-v2-pointEnd)"></path><path d="M1270.266,871.131L1270.182,875.214C1270.099,879.298,1269.932,887.464,1269.919,895.131C1269.906,902.798,1270.047,909.965,1270.117,913.548L1270.187,917.132" id="L_CODE_CHANGE_REQ_CHECK_0" class="edge-thickness-thick edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link" style=";" data-edge="true" data-et="edge" data-id="L_CODE_CHANGE_REQ_CHECK_0" data-points="W3sieCI6MTI3MC4yNjU2MjUsInkiOjg3MS4xMzA4NDQxMTYyMTA5fSx7IngiOjEyNjkuNzY1NjI1LCJ5Ijo4OTUuNjMwODQ0MTE2MjEwOX0seyJ4IjoxMjcwLjI2NTYyNSwieSI6OTIxLjEzMDg0NDExNjIxMDl9XQ==" marker-end="url(#graph-74_flowchart-v2-pointEnd)"></path><path d="M1270.266,960.131L1270.182,964.214C1270.099,968.298,1269.932,976.464,1269.919,984.131C1269.906,991.798,1270.047,998.965,1270.117,1002.548L1270.187,1006.132" id="L_REQ_CHECK_UPDATE_DOCS_0" class="edge-thickness-thick edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link" style=";" data-edge="true" data-et="edge" data-id="L_REQ_CHECK_UPDATE_DOCS_0" data-points="W3sieCI6MTI3MC4yNjU2MjUsInkiOjk2MC4xMzA4NDQxMTYyMTA5fSx7IngiOjEyNjkuNzY1NjI1LCJ5Ijo5ODQuNjMwODQ0MTE2MjEwOX0seyJ4IjoxMjcwLjI2NTYyNSwieSI6MTAxMC4xMzA4NDQxMTYyMTA5fV0=" marker-end="url(#graph-74_flowchart-v2-pointEnd)"></path><path d="M1265.884,1049.131L1264.864,1053.214C1263.844,1057.298,1261.805,1065.464,1260.859,1074.927C1259.914,1084.391,1260.062,1095.15,1260.136,1100.53L1260.211,1105.91" id="L_UPDATE_DOCS_REPORT_0" class="edge-thickness-thick edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link" style=";" data-edge="true" data-et="edge" data-id="L_UPDATE_DOCS_REPORT_0" data-points="W3sieCI6MTI2NS44ODM2MDI1MjgwODk4LCJ5IjoxMDQ5LjEzMDg0NDExNjIxMX0seyJ4IjoxMjU5Ljc2NTYyNSwieSI6MTA3My42MzA4NDQxMTYyMTF9LHsieCI6MTI2MC4yNjU2MjUsInkiOjExMDkuOTA5NTMyNzgzMTUxfV0=" marker-end="url(#graph-74_flowchart-v2-pointEnd)"></path><path d="M1232.979,242.887L1333.171,251.656C1433.363,260.425,1633.748,277.962,1734.011,290.315C1834.273,302.667,1834.414,309.834,1834.484,313.417L1834.554,317.001" id="L_START_CHECK_0" class="edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link" style=";" data-edge="true" data-et="edge" data-id="L_START_CHECK_0" data-points="W3sieCI6MTIzMi45Nzg1NTkzNDkyNDgsInkiOjI0Mi44ODczNzg1MjUwNjUwNn0seyJ4IjoxODM0LjEzMjgxMjUsInkiOjI5NS41fSx7IngiOjE4MzQuNjMyODEyNSwieSI6MzIxfV0=" marker-end="url(#graph-74_flowchart-v2-pointEnd)"></path><path d="M1834.633,360L1834.549,368.083C1834.466,376.167,1834.299,392.333,1834.216,411.833C1834.133,431.333,1834.133,454.167,1834.133,477C1834.133,499.833,1834.133,522.667,1834.133,548.344C1834.133,574.022,1834.133,602.544,1834.133,627.065C1834.133,651.587,1834.133,672.109,1834.133,689.787C1834.133,707.464,1834.133,722.298,1834.133,737.131C1834.133,751.964,1834.133,766.798,1834.133,783.714C1834.133,800.631,1834.133,819.631,1834.133,838.631C1834.133,857.631,1834.133,876.631,1755.915,892.387C1677.696,908.144,1521.26,920.657,1443.042,926.914L1364.824,933.17" id="L_CHECK_REQ_CHECK_0" class="edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link" style=";" data-edge="true" data-et="edge" data-id="L_CHECK_REQ_CHECK_0" data-points="W3sieCI6MTgzNC42MzI4MTI1LCJ5IjozNjB9LHsieCI6MTgzNC4xMzI4MTI1LCJ5Ijo0MDguNX0seyJ4IjoxODM0LjEzMjgxMjUsInkiOjQ3N30seyJ4IjoxODM0LjEzMjgxMjUsInkiOjU0NS41fSx7IngiOjE4MzQuMTMyODEyNSwieSI6NjMxLjA2NTQyMjA1ODEwNTV9LHsieCI6MTgzNC4xMzI4MTI1LCJ5Ijo2OTIuNjMwODQ0MTE2MjEwOX0seyJ4IjoxODM0LjEzMjgxMjUsInkiOjczNy4xMzA4NDQxMTYyMTA5fSx7IngiOjE4MzQuMTMyODEyNSwieSI6NzgxLjYzMDg0NDExNjIxMDl9LHsieCI6MTgzNC4xMzI4MTI1LCJ5Ijo4MzguNjMwODQ0MTE2MjEwOX0seyJ4IjoxODM0LjEzMjgxMjUsInkiOjg5NS42MzA4NDQxMTYyMTA5fSx7IngiOjEzNjAuODM2MzQ3NDI3OTgwNiwieSI6OTMzLjQ4OTM5OTI2MDI0OTh9XQ==" marker-end="url(#graph-74_flowchart-v2-pointEnd)"></path><path d="M1226.171,259.509L1233.437,265.507C1240.703,271.506,1255.234,283.503,1262.57,293.085C1269.906,302.667,1270.047,309.834,1270.117,313.417L1270.187,317.001" id="L_START_COVER_0" class="edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link" style=";" data-edge="true" data-et="edge" data-id="L_START_COVER_0" data-points="W3sieCI6MTIyNi4xNzEwMzkzNTU5NzQ1LCJ5IjoyNTkuNTA4NzY2MDg5ODI2Mn0seyJ4IjoxMjY5Ljc2NTYyNSwieSI6Mjk1LjV9LHsieCI6MTI3MC4yNjU2MjUsInkiOjMyMX1d" marker-end="url(#graph-74_flowchart-v2-pointEnd)"></path><path d="M1270.266,360L1270.182,368.083C1270.099,376.167,1269.932,392.333,1269.849,411.833C1269.766,431.333,1269.766,454.167,1269.766,477C1269.766,499.833,1269.766,522.667,1269.766,548.344C1269.766,574.022,1269.766,602.544,1269.766,627.065C1269.766,651.587,1269.766,672.109,1269.836,685.953C1269.906,699.798,1270.047,706.965,1270.117,710.548L1270.187,714.132" id="L_COVER_REQ_READ_0" class="edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link" style=";" data-edge="true" data-et="edge" data-id="L_COVER_REQ_READ_0" data-points="W3sieCI6MTI3MC4yNjU2MjUsInkiOjM2MH0seyJ4IjoxMjY5Ljc2NTYyNSwieSI6NDA4LjV9LHsieCI6MTI2OS43NjU2MjUsInkiOjQ3N30seyJ4IjoxMjY5Ljc2NTYyNSwieSI6NTQ1LjV9LHsieCI6MTI2OS43NjU2MjUsInkiOjYzMS4wNjU0MjIwNTgxMDU1fSx7IngiOjEyNjkuNzY1NjI1LCJ5Ijo2OTIuNjMwODQ0MTE2MjEwOX0seyJ4IjoxMjcwLjI2NTYyNSwieSI6NzE4LjEzMDg0NDExNjIxMDl9XQ==" marker-end="url(#graph-74_flowchart-v2-pointEnd)"></path><path d="M1232.299,247.139L1266.763,255.199C1301.228,263.259,1370.157,279.38,1404.692,291.023C1439.226,302.667,1439.367,309.834,1439.437,313.417L1439.508,317.001" id="L_START_FIX_0" class="edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link" style=";" data-edge="true" data-et="edge" data-id="L_START_FIX_0" data-points="W3sieCI6MTIzMi4yOTg5NDM2ODY2OSwieSI6MjQ3LjEzODY5MTA4NjA4OTl9LHsieCI6MTQzOS4wODU5Mzc1LCJ5IjoyOTUuNX0seyJ4IjoxNDM5LjU4NTkzNzUsInkiOjMyMX1d" marker-end="url(#graph-74_flowchart-v2-pointEnd)"></path><path d="M1439.586,360L1439.503,368.083C1439.419,376.167,1439.253,392.333,1439.169,411.833C1439.086,431.333,1439.086,454.167,1439.086,477C1439.086,499.833,1439.086,522.667,1439.086,548.344C1439.086,574.022,1439.086,602.544,1439.086,627.065C1439.086,651.587,1439.086,672.109,1423.959,686.446C1408.832,700.784,1378.578,708.937,1363.451,713.013L1348.324,717.09" id="L_FIX_REQ_READ_0" class="edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link" style=";" data-edge="true" data-et="edge" data-id="L_FIX_REQ_READ_0" data-points="W3sieCI6MTQzOS41ODU5Mzc1LCJ5IjozNjB9LHsieCI6MTQzOS4wODU5Mzc1LCJ5Ijo0MDguNX0seyJ4IjoxNDM5LjA4NTkzNzUsInkiOjQ3N30seyJ4IjoxNDM5LjA4NTkzNzUsInkiOjU0NS41fSx7IngiOjE0MzkuMDg1OTM3NSwieSI6NjMxLjA2NTQyMjA1ODEwNTV9LHsieCI6MTQzOS4wODU5Mzc1LCJ5Ijo2OTIuNjMwODQ0MTE2MjEwOX0seyJ4IjoxMzQ0LjQ2MjE2NjQzMjU4NDQsInkiOjcxOC4xMzA4NDQxMTYyMTA5fV0=" marker-end="url(#graph-74_flowchart-v2-pointEnd)"></path><path d="M1232.859,244.015L1301.269,252.596C1369.679,261.177,1506.5,278.338,1574.98,290.503C1643.461,302.667,1643.601,309.834,1643.672,313.417L1643.742,317.001" id="L_START_REFACTOR_0" class="edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link" style=";" data-edge="true" data-et="edge" data-id="L_START_REFACTOR_0" data-points="W3sieCI6MTIzMi44NTg1NTU5ODExNDY1LCJ5IjoyNDQuMDE0ODI2OTQzNDUwMjZ9LHsieCI6MTY0My4zMjAzMTI1LCJ5IjoyOTUuNX0seyJ4IjoxNjQzLjgyMDMxMjUsInkiOjMyMX1d" marker-end="url(#graph-74_flowchart-v2-pointEnd)"></path><path d="M1643.82,360L1643.737,368.083C1643.654,376.167,1643.487,392.333,1643.404,411.833C1643.32,431.333,1643.32,454.167,1643.32,477C1643.32,499.833,1643.32,522.667,1643.32,548.344C1643.32,574.022,1643.32,602.544,1643.32,627.065C1643.32,651.587,1643.32,672.109,1598.571,687.793C1553.821,703.476,1464.321,714.322,1419.571,719.745L1374.821,725.167" id="L_REFACTOR_REQ_READ_0" class="edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link" style=";" data-edge="true" data-et="edge" data-id="L_REFACTOR_REQ_READ_0" data-points="W3sieCI6MTY0My44MjAzMTI1LCJ5IjozNjB9LHsieCI6MTY0My4zMjAzMTI1LCJ5Ijo0MDguNX0seyJ4IjoxNjQzLjMyMDMxMjUsInkiOjQ3N30seyJ4IjoxNjQzLjMyMDMxMjUsInkiOjU0NS41fSx7IngiOjE2NDMuMzIwMzEyNSwieSI6NjMxLjA2NTQyMjA1ODEwNTV9LHsieCI6MTY0My4zMjAzMTI1LCJ5Ijo2OTIuNjMwODQ0MTE2MjEwOX0seyJ4IjoxMzcwLjg1MDUwMTgyNjMzOTMsInkiOjcyNS42NDg1OTA0NjM1MzIzfV0=" marker-end="url(#graph-74_flowchart-v2-pointEnd)"></path><path d="M1175.958,254.115L1162.584,261.013C1149.209,267.91,1122.46,281.705,1109.156,292.186C1095.851,302.667,1095.992,309.834,1096.062,313.417L1096.133,317.001" id="L_START_NEW_0" class="edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link" style=";" data-edge="true" data-et="edge" data-id="L_START_NEW_0" data-points="W3sieCI6MTE3NS45NTg0NDAwMjIxNTA5LCJ5IjoyNTQuMTE1MTU4MDM3MTQzNTJ9LHsieCI6MTA5NS43MTA5Mzc1LCJ5IjoyOTUuNX0seyJ4IjoxMDk2LjIxMDkzNzUsInkiOjMyMX1d" marker-end="url(#graph-74_flowchart-v2-pointEnd)"></path><path d="M1096.211,360L1096.128,368.083C1096.044,376.167,1095.878,392.333,1075.75,408.419C1055.622,424.506,1015.533,440.511,995.489,448.514L975.445,456.517" id="L_NEW_REQ_CHANGE_0" class="edge-thickness-normal edge-pattern-solid edge-thickness-normal edge-pattern-solid flowchart-link" style=";" data-edge="true" data-et="edge" data-id="L_NEW_REQ_CHANGE_0" data-points="W3sieCI6MTA5Ni4yMTA5Mzc1LCJ5IjozNjB9LHsieCI6MTA5NS43MTA5Mzc1LCJ5Ijo0MDguNX0seyJ4Ijo5NzEuNzI5ODEyOTU2MjA0MywieSI6NDU4fV0=" marker-end="url(#graph-74_flowchart-v2-pointEnd)"></path><path d="M1374.689,1038.972L1440.109,1044.749C1505.529,1050.525,1636.37,1062.078,1706.286,1072.157C1776.201,1082.237,1785.191,1090.842,1789.686,1095.145L1794.181,1099.448" id="e8" class="edge-thickness-normal edge-pattern-dotted edge-thickness-normal edge-pattern-solid flowchart-link edge-animation-fast" style=";" data-edge="true" data-et="edge" data-id="e8" data-points="W3sieCI6MTM3NC42ODg2ODQ1NDEzNDc4LCJ5IjoxMDM4Ljk3MjIyNTAzMzUxNTN9LHsieCI6MTc2Ny4yMTA5Mzc1LCJ5IjoxMDczLjYzMDg0NDExNjIxMX0seyJ4IjoxNzk3LjA3MDQ0NzgxODIzODYsInkiOjExMDIuMjE0MzI4NzY1ODY5MX1d" marker-end="url(#graph-74_flowchart-v2-pointEnd)"></path><path d="M1850.816,1102.214L1851.369,1097.45C1851.922,1092.687,1853.027,1083.159,1853.58,1070.978C1854.133,1058.798,1854.133,1043.964,1854.133,1029.131C1854.133,1014.298,1854.133,999.464,1854.133,984.631C1854.133,969.798,1854.133,954.964,1854.133,940.131C1854.133,925.298,1854.133,910.464,1773.514,895.258C1692.895,880.053,1531.657,864.474,1451.038,856.685L1370.419,848.896" id="e9" class="edge-thickness-normal edge-pattern-dotted edge-thickness-normal edge-pattern-solid flowchart-link edge-animation-fast" style=";" data-edge="true" data-et="edge" data-id="e9" data-points="W3sieCI6MTg1MC44MTYwMTY1MjExOTE4LCJ5IjoxMTAyLjIxNDMyODc2NTg2OTF9LHsieCI6MTg1NC4xMzI4MTI1LCJ5IjoxMDczLjYzMDg0NDExNjIxMX0seyJ4IjoxODU0LjEzMjgxMjUsInkiOjEwMjkuMTMwODQ0MTE2MjExfSx7IngiOjE4NTQuMTMyODEyNSwieSI6OTg0LjYzMDg0NDExNjIxMDl9LHsieCI6MTg1NC4xMzI4MTI1LCJ5Ijo5NDAuMTMwODQ0MTE2MjEwOX0seyJ4IjoxODU0LjEzMjgxMjUsInkiOjg5NS42MzA4NDQxMTYyMTA5fSx7IngiOjEzNjYuNDM3NSwieSI6ODQ4LjUxMTU4NDUwMDQ0MDd9XQ==" marker-end="url(#graph-74_flowchart-v2-pointEnd)"></path></g><g class="edgeLabels"><g class="edgeLabel"><g class="label" data-id="L_NP_CMDNP_0" transform="translate(0, 0)"><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" class="labelBkg" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;"><span class="edgeLabel"></span></div></foreignObject></g></g><g class="edgeLabel" transform="translate(372.6328125, 240.25)"><g class="label" data-id="L_CMDNP_WRITE_0" transform="translate(-100, -24)"><foreignObject width="200" height="48"><div xmlns="http://www.w3.org/1999/xhtml" class="labelBkg" style="display: table; white-space: break-spaces; line-height: 1.5; max-width: 200px; text-align: center; width: 200px;"><span class="edgeLabel"><p>**input** project's description</p></span></div></foreignObject></g></g><g class="edgeLabel"><g class="label" data-id="L_WRITE_IMPLEMENT_0" transform="translate(0, 0)"><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" class="labelBkg" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;"><span class="edgeLabel"></span></div></foreignObject></g></g><g class="edgeLabel"><g class="label" data-id="L_IMPLEMENT_REFERENCES_0" transform="translate(0, 0)"><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" class="labelBkg" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;"><span class="edgeLabel"></span></div></foreignObject></g></g><g class="edgeLabel"><g class="label" data-id="L_REFERENCES_WORKFLOW_0" transform="translate(0, 0)"><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" class="labelBkg" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;"><span class="edgeLabel"></span></div></foreignObject></g></g><g class="edgeLabel"><g class="label" data-id="L_WORKFLOW_START_0" transform="translate(0, 0)"><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" class="labelBkg" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;"><span class="edgeLabel"></span></div></foreignObject></g></g><g class="edgeLabel"><g class="label" data-id="L_EP_CMDEP_0" transform="translate(0, 0)"><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" class="labelBkg" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;"><span class="edgeLabel"></span></div></foreignObject></g></g><g class="edgeLabel"><g class="label" data-id="L_CMDEP_CREATE_0" transform="translate(0, 0)"><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" class="labelBkg" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;"><span class="edgeLabel"></span></div></foreignObject></g></g><g class="edgeLabel"><g class="label" data-id="L_CREATE_REFERENCES_0" transform="translate(0, 0)"><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" class="labelBkg" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;"><span class="edgeLabel"></span></div></foreignObject></g></g><g class="edgeLabel"><g class="label" data-id="e1" transform="translate(0, 0)"><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" class="labelBkg" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;"><span class="edgeLabel"></span></div></foreignObject></g></g><g class="edgeLabel"><g class="label" data-id="e2" transform="translate(0, 0)"><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" class="labelBkg" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;"><span class="edgeLabel"></span></div></foreignObject></g></g><g class="edgeLabel"><g class="label" data-id="e3" transform="translate(0, 0)"><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" class="labelBkg" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;"><span class="edgeLabel"></span></div></foreignObject></g></g><g class="edgeLabel"><g class="label" data-id="e5" transform="translate(0, 0)"><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" class="labelBkg" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;"><span class="edgeLabel"></span></div></foreignObject></g></g><g class="edgeLabel"><g class="label" data-id="e6" transform="translate(0, 0)"><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" class="labelBkg" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;"><span class="edgeLabel"></span></div></foreignObject></g></g><g class="edgeLabel"><g class="label" data-id="e7" transform="translate(0, 0)"><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" class="labelBkg" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;"><span class="edgeLabel"></span></div></foreignObject></g></g><g class="edgeLabel"><g class="label" data-id="L_START_CHANGE_0" transform="translate(0, 0)"><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" class="labelBkg" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;"><span class="edgeLabel"></span></div></foreignObject></g></g><g class="edgeLabel" transform="translate(881.515625, 408.5)"><g class="label" data-id="L_CHANGE_REQ_CHANGE_0" transform="translate(-94.1953125, -12)"><foreignObject width="188.390625" height="24"><div xmlns="http://www.w3.org/1999/xhtml" class="labelBkg" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;"><span class="edgeLabel"><p>**input** a change request</p></span></div></foreignObject></g></g><g class="edgeLabel"><g class="label" data-id="L_REQ_CHANGE_REQ_READ_0" transform="translate(0, 0)"><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" class="labelBkg" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;"><span class="edgeLabel"></span></div></foreignObject></g></g><g class="edgeLabel"><g class="label" data-id="L_REQ_READ_CODE_CHANGE_0" transform="translate(0, 0)"><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" class="labelBkg" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;"><span class="edgeLabel"></span></div></foreignObject></g></g><g class="edgeLabel"><g class="label" data-id="L_CODE_CHANGE_REQ_CHECK_0" transform="translate(0, 0)"><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" class="labelBkg" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;"><span class="edgeLabel"></span></div></foreignObject></g></g><g class="edgeLabel"><g class="label" data-id="L_REQ_CHECK_UPDATE_DOCS_0" transform="translate(0, 0)"><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" class="labelBkg" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;"><span class="edgeLabel"></span></div></foreignObject></g></g><g class="edgeLabel"><g class="label" data-id="L_UPDATE_DOCS_REPORT_0" transform="translate(0, 0)"><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" class="labelBkg" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;"><span class="edgeLabel"></span></div></foreignObject></g></g><g class="edgeLabel"><g class="label" data-id="L_START_CHECK_0" transform="translate(0, 0)"><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" class="labelBkg" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;"><span class="edgeLabel"></span></div></foreignObject></g></g><g class="edgeLabel"><g class="label" data-id="L_CHECK_REQ_CHECK_0" transform="translate(0, 0)"><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" class="labelBkg" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;"><span class="edgeLabel"></span></div></foreignObject></g></g><g class="edgeLabel"><g class="label" data-id="L_START_COVER_0" transform="translate(0, 0)"><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" class="labelBkg" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;"><span class="edgeLabel"></span></div></foreignObject></g></g><g class="edgeLabel"><g class="label" data-id="L_COVER_REQ_READ_0" transform="translate(0, 0)"><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" class="labelBkg" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;"><span class="edgeLabel"></span></div></foreignObject></g></g><g class="edgeLabel"><g class="label" data-id="L_START_FIX_0" transform="translate(0, 0)"><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" class="labelBkg" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;"><span class="edgeLabel"></span></div></foreignObject></g></g><g class="edgeLabel" transform="translate(1439.0859375, 545.5)"><g class="label" data-id="L_FIX_REQ_READ_0" transform="translate(-84.234375, -12)"><foreignObject width="168.46875" height="24"><div xmlns="http://www.w3.org/1999/xhtml" class="labelBkg" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;"><span class="edgeLabel"><p>**input** a defect to fix</p></span></div></foreignObject></g></g><g class="edgeLabel"><g class="label" data-id="L_START_REFACTOR_0" transform="translate(0, 0)"><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" class="labelBkg" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;"><span class="edgeLabel"></span></div></foreignObject></g></g><g class="edgeLabel" transform="translate(1643.3203125, 545.5)"><g class="label" data-id="L_REFACTOR_REQ_READ_0" transform="translate(-100, -24)"><foreignObject width="200" height="48"><div xmlns="http://www.w3.org/1999/xhtml" class="labelBkg" style="display: table; white-space: break-spaces; line-height: 1.5; max-width: 200px; text-align: center; width: 200px;"><span class="edgeLabel"><p>**input** an optimization request</p></span></div></foreignObject></g></g><g class="edgeLabel"><g class="label" data-id="L_START_NEW_0" transform="translate(0, 0)"><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" class="labelBkg" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;"><span class="edgeLabel"></span></div></foreignObject></g></g><g class="edgeLabel" transform="translate(1095.7109375, 408.5)"><g class="label" data-id="L_NEW_REQ_CHANGE_0" transform="translate(-100, -24)"><foreignObject width="200" height="48"><div xmlns="http://www.w3.org/1999/xhtml" class="labelBkg" style="display: table; white-space: break-spaces; line-height: 1.5; max-width: 200px; text-align: center; width: 200px;"><span class="edgeLabel"><p>**input** a new requirements</p></span></div></foreignObject></g></g><g class="edgeLabel"><g class="label" data-id="e8" transform="translate(0, 0)"><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" class="labelBkg" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;"><span class="edgeLabel"></span></div></foreignObject></g></g><g class="edgeLabel"><g class="label" data-id="e9" transform="translate(0, 0)"><foreignObject width="0" height="0"><div xmlns="http://www.w3.org/1999/xhtml" class="labelBkg" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;"><span class="edgeLabel"></span></div></foreignObject></g></g></g><g class="nodes"><g class="node default" id="flowchart-START-0" transform="translate(1202.84375, 240.25)"><circle class="basic label-container" style="" r="30.25" cx="0" cy="0"></circle><g class="label" style="" transform="translate(-22.75, -12)"><rect></rect><foreignObject width="45.5" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;"><span class="nodeLabel"><p><strong>START</strong></p></span></div></foreignObject></g></g><g class="node default" id="flowchart-NP-2" transform="translate(372.6328125, 27.5)"><polygon points="9.75,0 113.828125,0 123.578125,-19.5 113.828125,-39 9.75,-39 0,-19.5" class="label-container" transform="translate(-61.7890625,19.5)"></polygon><g class="label" style="" transform="translate(-44.5390625, -12)"><rect></rect><foreignObject width="89.078125" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;"><span class="nodeLabel"><p><em><strong>New</strong></em> <em>Project</em></p></span></div></foreignObject></g></g><g class="node default" id="flowchart-EP-4" transform="translate(653.6328125, 27.5)"><polygon points="9.75,0 143.125,0 152.875,-19.5 143.125,-39 9.75,-39 0,-19.5" class="label-container" transform="translate(-76.4375,19.5)"></polygon><g class="label" style="" transform="translate(-59.1875, -12)"><rect></rect><foreignObject width="118.375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;"><span class="nodeLabel"><p><em><strong>Existing</strong></em> <em>Project</em></p></span></div></foreignObject></g></g><g class="node default" id="flowchart-CMDNP-6" transform="translate(372.6328125, 128.5)"><polygon points="0,0 215,0 215,-63 0,-63 0,0 -8,0 223,0 223,-63 -8,-63 -8,0" class="label-container" transform="translate(-107.5,31.5)"></polygon><g class="label" style="" transform="translate(-100, -24)"><rect></rect><foreignObject width="200" height="48"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table; white-space: break-spaces; line-height: 1.5; max-width: 200px; text-align: center; width: 200px;"><span class="nodeLabel"><p><strong>req</strong> --base project/ --docs-dir docs/ --src-dir src/..</p></span></div></foreignObject></g></g><g class="node default" id="flowchart-CMDEP-8" transform="translate(653.6328125, 128.5)"><polygon points="0,0 215,0 215,-63 0,-63 0,0 -8,0 223,0 223,-63 -8,-63 -8,0" class="label-container" transform="translate(-107.5,31.5)"></polygon><g class="label" style="" transform="translate(-100, -24)"><rect></rect><foreignObject width="200" height="48"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table; white-space: break-spaces; line-height: 1.5; max-width: 200px; text-align: center; width: 200px;"><span class="nodeLabel"><p><strong>req</strong> --here --docs-dir docs/ --src-dir src/..</p></span></div></foreignObject></g></g><g class="node default" id="flowchart-REQ-10" transform="translate(771.99609375, 631.0654220581055)"><path d="M0,11.376949799060009 a52.1953125,11.376949799060009 0,0,0 104.390625,0 a52.1953125,11.376949799060009 0,0,0 -104.390625,0 l0,50.37694979906001 a52.1953125,11.376949799060009 0,0,0 104.390625,0 l0,-50.37694979906001" class="basic label-container" style="" transform="translate(-52.1953125, -36.565424698590014)"></path><g class="label" style="" transform="translate(-44.6953125, -2)"><rect></rect><foreignObject width="89.390625" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;"><span class="nodeLabel"><p>Requiremets</p></span></div></foreignObject></g></g><g class="node default" id="flowchart-CHANGE-11" transform="translate(881.515625, 340)"><polygon points="-19.5,0 101.65625,0 121.15625,-39 0,-39" class="label-container" transform="translate(-50.828125,19.5)"></polygon><g class="label" style="" transform="translate(-43.328125, -12)"><rect></rect><foreignObject width="86.65625" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;"><span class="nodeLabel"><p>Req.<strong>Change</strong></p></span></div></foreignObject></g></g><g class="node default" id="flowchart-CHECK-13" transform="translate(1834.1328125, 340)"><polygon points="-19.5,0 92.609375,0 112.109375,-39 0,-39" class="label-container" transform="translate(-46.3046875,19.5)"></polygon><g class="label" style="" transform="translate(-38.8046875, -12)"><rect></rect><foreignObject width="77.609375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;"><span class="nodeLabel"><p>Req.<strong>Check</strong></p></span></div></foreignObject></g></g><g class="node default" id="flowchart-COVER-15" transform="translate(1269.765625, 340)"><polygon points="-19.5,0 90.5,0 110,-39 0,-39" class="label-container" transform="translate(-45.25,19.5)"></polygon><g class="label" style="" transform="translate(-37.75, -12)"><rect></rect><foreignObject width="75.5" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;"><span class="nodeLabel"><p>Req.<strong>Cover</strong></p></span></div></foreignObject></g></g><g class="node default" id="flowchart-IMPLEMENT-17" transform="translate(91.1796875, 737.1308441162109)"><polygon points="-19.5,0 127.359375,0 146.859375,-39 0,-39" class="label-container" transform="translate(-63.6796875,19.5)"></polygon><g class="label" style="" transform="translate(-56.1796875, -12)"><rect></rect><foreignObject width="112.359375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;"><span class="nodeLabel"><p>Req.<strong>Implement</strong></p></span></div></foreignObject></g></g><g class="node default" id="flowchart-FIX-19" transform="translate(1439.0859375, 340)"><polygon points="-19.5,0 70.140625,0 89.640625,-39 0,-39" class="label-container" transform="translate(-35.0703125,19.5)"></polygon><g class="label" style="" transform="translate(-27.5703125, -12)"><rect></rect><foreignObject width="55.140625" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;"><span class="nodeLabel"><p>Req.<strong>Fix</strong></p></span></div></foreignObject></g></g><g class="node default" id="flowchart-NEW-21" transform="translate(1095.7109375, 340)"><polygon points="-19.5,0 79.609375,0 99.109375,-39 0,-39" class="label-container" transform="translate(-39.8046875,19.5)"></polygon><g class="label" style="" transform="translate(-32.3046875, -12)"><rect></rect><foreignObject width="64.609375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;"><span class="nodeLabel"><p>Req.<strong>New</strong></p></span></div></foreignObject></g></g><g class="node default" id="flowchart-REFACTOR-23" transform="translate(1643.3203125, 340)"><polygon points="-19.5,0 111.015625,0 130.515625,-39 0,-39" class="label-container" transform="translate(-55.5078125,19.5)"></polygon><g class="label" style="" transform="translate(-48.0078125, -12)"><rect></rect><foreignObject width="96.015625" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;"><span class="nodeLabel"><p>Req.<strong>Refactor</strong></p></span></div></foreignObject></g></g><g class="node default" id="flowchart-WRITE-25" transform="translate(372.6328125, 340)"><polygon points="-19.5,0 88.1875,0 107.6875,-39 0,-39" class="label-container" transform="translate(-44.09375,19.5)"></polygon><g class="label" style="" transform="translate(-36.59375, -12)"><rect></rect><foreignObject width="73.1875" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;"><span class="nodeLabel"><p>Req.<strong>Write</strong></p></span></div></foreignObject></g></g><g class="node default" id="flowchart-CREATE-27" transform="translate(653.6328125, 477)"><polygon points="-19.5,0 97.078125,0 116.578125,-39 0,-39" class="label-container" transform="translate(-48.5390625,19.5)"></polygon><g class="label" style="" transform="translate(-41.0390625, -12)"><rect></rect><foreignObject width="82.078125" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;"><span class="nodeLabel"><p>Req.<strong>Create</strong></p></span></div></foreignObject></g></g><g class="node default" id="flowchart-REFERENCES-29" transform="translate(135.859375, 838.6308441162109)"><polygon points="-19.5,0 131.015625,0 150.515625,-39 0,-39" class="label-container" transform="translate(-65.5078125,19.5)"></polygon><g class="label" style="" transform="translate(-58.0078125, -12)"><rect></rect><foreignObject width="116.015625" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;"><span class="nodeLabel"><p>Req.<strong>References</strong></p></span></div></foreignObject></g></g><g class="node default" id="flowchart-WORKFLOW-31" transform="translate(143.3515625, 940.1308441162109)"><polygon points="-19.5,0 117.921875,0 137.421875,-39 0,-39" class="label-container" transform="translate(-58.9609375,19.5)"></polygon><g class="label" style="" transform="translate(-51.4609375, -12)"><rect></rect><foreignObject width="102.921875" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;"><span class="nodeLabel"><p>Req.<strong>Workflow</strong></p></span></div></foreignObject></g></g><g class="node default" id="flowchart-REQ_CHANGE-33" transform="translate(921.69140625, 477)"><polygon points="0,0 163.6875,0 163.6875,-39 0,-39 0,0 -8,0 171.6875,0 171.6875,-39 -8,-39 -8,0" class="label-container" transform="translate(-81.84375,19.5)"></polygon><g class="label" style="" transform="translate(-74.34375, -12)"><rect></rect><foreignObject width="148.6875" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;"><span class="nodeLabel"><p>Change Requirement</p></span></div></foreignObject></g></g><g class="node default" id="flowchart-REQ_READ-34" transform="translate(1269.765625, 737.1308441162109)"><polygon points="-19.5,0 169.6875,0 189.1875,-39 0,-39" class="label-container" transform="translate(-84.84375,19.5)"></polygon><g class="label" style="" transform="translate(-77.34375, -12)"><rect></rect><foreignObject width="154.6875" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;"><span class="nodeLabel"><p>**Read Requirement**</p></span></div></foreignObject></g></g><g class="node default" id="flowchart-REQ_CHECK-35" transform="translate(1269.765625, 940.1308441162109)"><polygon points="-19.5,0 154.5,0 174,-39 0,-39" class="label-container" transform="translate(-77.25,19.5)"></polygon><g class="label" style="" transform="translate(-69.75, -12)"><rect></rect><foreignObject width="139.5" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;"><span class="nodeLabel"><p>Check Requirement</p></span></div></foreignObject></g></g><g class="node default" id="flowchart-UPDATE_DOCS-36" transform="translate(1269.765625, 1029.130844116211)"><polygon points="-19.5,0 198.6875,0 218.1875,-39 0,-39" class="label-container" transform="translate(-99.34375,19.5)"></polygon><g class="label" style="" transform="translate(-91.84375, -12)"><rect></rect><foreignObject width="183.6875" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;"><span class="nodeLabel"><p>Update Source-Code Docs</p></span></div></foreignObject></g></g><g class="node default" id="flowchart-CODE_CHANGE-37" transform="translate(1269.765625, 838.6308441162109)"><g class="basic label-container"><g><path d="M-96.171875 -22 C-96.171875 -10.398898209665024, -96.171875 1.202203580669952, -96.171875 32 C-38.73304124102309 32, 18.705792517953824 32, 86.171875 32 C86.171875 30.754360416543427, 86.171875 29.508720833086855, 86.171875 27 C87.9360661985933 27, 89.7002573971866 27, 91.171875 27 C91.171875 25.8241666279217, 91.171875 24.6483332558434, 91.171875 22 C92.30770677116635 22, 93.44353854233272 22, 96.171875 22 C96.171875 10.862072063019262, 96.171875 -0.2758558739614756, 96.171875 -32 C36.43782039511769 -32, -23.29623420976462 -32, -86.171875 -32 C-86.171875 -30.77378198355779, -86.171875 -29.547563967115575, -86.171875 -27 C-88.0035879460717 -27, -89.83530089214341 -27, -91.171875 -27 C-91.171875 -25.3442813235233, -91.171875 -23.688562647046606, -91.171875 -22 C-92.57139608352345 -22, -93.9709171670469 -22, -96.171875 -22" stroke="none" stroke-width="0" fill="#1f2020" style=""></path><path d="M-96.171875 -22 C-96.171875 -4.6485395708649015, -96.171875 12.702920858270197, -96.171875 32 M-96.171875 -22 C-96.171875 -2.3535449901184045, -96.171875 17.29291001976319, -96.171875 32 M-96.171875 32 C-44.52257588030442 32, 7.126723239391154 32, 86.171875 32 M-96.171875 32 C-57.635309135100776 32, -19.098743270201552 32, 86.171875 32 M86.171875 32 C86.171875 30.663895933712563, 86.171875 29.327791867425123, 86.171875 27 M86.171875 32 C86.171875 30.093465042738995, 86.171875 28.18693008547799, 86.171875 27 M86.171875 27 C87.98109143731826 27, 89.7903078746365 27, 91.171875 27 M86.171875 27 C87.70324574681295 27, 89.23461649362591 27, 91.171875 27 M91.171875 27 C91.171875 25.907196992799133, 91.171875 24.81439398559826, 91.171875 22 M91.171875 27 C91.171875 25.69321312228087, 91.171875 24.386426244561736, 91.171875 22 M91.171875 22 C92.62093625528574 22, 94.06999751057147 22, 96.171875 22 M91.171875 22 C93.15058980459264 22, 95.12930460918528 22, 96.171875 22 M96.171875 22 C96.171875 10.597473039711769, 96.171875 -0.8050539205764622, 96.171875 -32 M96.171875 22 C96.171875 7.2667200716463025, 96.171875 -7.466559856707395, 96.171875 -32 M96.171875 -32 C52.628037243555305 -32, 9.08419948711061 -32, -86.171875 -32 M96.171875 -32 C42.05456807230119 -32, -12.062738855397626 -32, -86.171875 -32 M-86.171875 -32 C-86.171875 -30.836184081908346, -86.171875 -29.672368163816692, -86.171875 -27 M-86.171875 -32 C-86.171875 -30.447632707067793, -86.171875 -28.89526541413559, -86.171875 -27 M-86.171875 -27 C-87.60033260436363 -27, -89.02879020872727 -27, -91.171875 -27 M-86.171875 -27 C-87.92548483477029 -27, -89.67909466954058 -27, -91.171875 -27 M-91.171875 -27 C-91.171875 -25.736174264406806, -91.171875 -24.472348528813615, -91.171875 -22 M-91.171875 -27 C-91.171875 -25.22133302124081, -91.171875 -23.442666042481623, -91.171875 -22 M-91.171875 -22 C-92.18781107766343 -22, -93.20374715532685 -22, -96.171875 -22 M-91.171875 -22 C-92.25508283362782 -22, -93.33829066725563 -22, -96.171875 -22" stroke="#ccc" stroke-width="1.3" fill="none" stroke-dasharray="0 0" style=""></path></g><path d="M-91.171875 -22 C-52.965718036079814 -22, -14.759561072159627 -22, 86.171875 -22 M-91.171875 -22 C-43.555176041608796 -22, 4.061522916782408 -22, 86.171875 -22 M86.171875 -22 C86.171875 -5.803299404277556, 86.171875 10.393401191444887, 86.171875 27 M86.171875 -22 C86.171875 -8.497481841260102, 86.171875 5.005036317479796, 86.171875 27 M86.171875 27 C87.18200063575884 27, 88.1921262715177 27, 91.171875 27 M86.171875 27 C87.81953542903166 27, 89.46719585806333 27, 91.171875 27 M91.171875 27 C91.171875 15.143594204102248, 91.171875 3.2871884082044964, 91.171875 -27 M91.171875 27 C91.171875 14.567020414107558, 91.171875 2.1340408282151166, 91.171875 -27 M91.171875 -27 C43.773905894030804 -27, -3.6240632119383918 -27, -91.171875 -27 M91.171875 -27 C51.57190524197151 -27, 11.971935483943014 -27, -91.171875 -27 M-91.171875 -27 C-91.171875 -25.870129572132655, -91.171875 -24.74025914426531, -91.171875 -22 M-91.171875 -27 C-91.171875 -25.15137956266077, -91.171875 -23.302759125321543, -91.171875 -22" stroke="#ccc" stroke-width="1.3" fill="none" stroke-dasharray="0 0" style=""></path></g><g class="label" style="" transform="translate(-81.171875, -7)"><rect></rect><foreignObject width="152.34375" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;"><span class="nodeLabel"><p><strong>Change Source Code</strong></p></span></div></foreignObject></g></g><g class="node default" id="flowchart-DOCS-39" transform="translate(1844.1328125, 1147.2095336914062)"><g class="basic label-container" transform="translate(0,-6.75)"><path d="M-83.59375 -28.75 C-83.59375 -7.8856700237122155, -83.59375 12.978659952575569, -83.59375 38.75 C-83.59375 38.75, -83.59375 38.75, -83.59375 38.75 C-82.64407317433154 39.159288629665326, -81.69439634866308 39.56857725933065, -80.45 40.1048831504914 C-79.26315007535489 40.61122271369324, -78.07630015070976 41.11756227689507, -77.30625 41.44608473694449 C-76.54199980687771 41.765514361205874, -75.7777496137554 42.084943985467255, -74.1625 42.76006135128998 C-73.2709370115016 43.12121934537947, -72.37937402300321 43.48237733946896, -71.01875 44.033544502302234 C-69.9138621882042 44.462365774402045, -68.8089743764084 44.891187046501855, -67.875 45.25367460037316 C-66.62067729407823 45.714290311150165, -65.36635458815645 46.17490602192718, -64.73125 46.40813081321121 C-63.667032757853754 46.77275734000291, -62.602815515707505 47.137383866794615, -61.5875 47.485255481187494 C-60.40034189449761 47.858694866082544, -59.21318378899522 48.23213425097759, -58.443749999999994 48.474171835986745 C-57.256101160510525 48.81066963226932, -56.06845232102105 49.14716742855189, -55.3 49.364893833844356 C-54.10039983518656 49.66387642100683, -52.90079967037312 49.96285900816931, -52.15625 50.1484269942772 C-51.392598320088005 50.31079658368302, -50.62894664017601 50.47316617308885, -49.0125 50.816859226042055 C-47.76603939964425 51.03357248283611, -46.519578799288496 51.25028573963015, -45.86875 51.36344072316426 C-45.071206404210635 51.469791218024596, -44.27366280842128 51.576141712884926, -42.725 51.782652124249196 C-41.81891926144827 51.8655455413784, -40.91283852289654 51.94843895850761, -39.58125 52.07026024680622 C-38.65070355858172 52.11557784724807, -37.72015711716344 52.16089544768991, -36.4375 52.22336083378167 C-35.26024279032252 52.2297445344026, -34.08298558064504 52.23612823502352, -33.293749999999996 52.24040788064795 C-32.535897231585366 52.2116779060895, -31.77804446317074 52.182947931531054, -30.15 52.12122924690479 C-28.95724794592868 52.02478436768931, -27.764495891857358 51.928339488473824, -27.00625 51.8670283943481 C-26.1981409179036 51.767637426752586, -25.390031835807203 51.668246459157075, -23.862499999999997 51.48037223455367 C-22.998185043358454 51.33872574912531, -22.133870086716914 51.19707926369695, -20.71875 50.96516520829127 C-19.672512423825324 50.75265448024375, -18.62627484765065 50.54014375219622, -17.575000000000003 50.326609858614304 C-16.752703356830878 50.12900872194595, -15.930406713661752 49.9314075852776, -14.431250000000006 49.57115429575684 C-13.742480250432436 49.38169968109122, -13.053710500864867 49.1922450664256, -11.287499999999994 48.706427084335346 C-10.038307411786942 48.32287106855337, -8.78911482357389 47.93931505277139, -8.143749999999997 47.741160210362395 C-7.178451462819767 47.41689380822278, -6.2131529256395375 47.09262740608317, -5 46.68510090594839 C-3.803890566373018 46.252813094563116, -2.607781132746036 45.820525283177844, -1.8562500000000028 45.548913222082774 C-0.8523034568315704 45.16415048868944, 0.15164308633686208 44.779387755296106, 1.2875000000000085 44.344070343409335 C1.9310318049853656 44.08587328310885, 2.5745636099707228 43.82767622280837, 4.431250000000006 43.08273873239733 C5.137292394337992 42.78963519343487, 5.843334788675977 42.4965316544724, 7.574999999999989 41.77765527281665 C8.596342133153385 41.343726881206834, 9.617684266306782 40.90979848959702, 10.71875 40.44199865311811 C11.535781455323699 40.090433464138655, 12.352812910647396 39.7388682751592, 13.862499999999997 39.08925628848506 C14.744909892826318 38.70859745636856, 15.627319785652638 38.327938624252056, 17.00625000000001 37.73308812537291 C17.78199699331869 37.400976020540035, 18.55774398663737 37.06886391570717, 20.150000000000006 36.38718870383377 C20.779420437866 36.12249879822325, 21.408840875732 35.85780889261272, 23.293750000000003 35.06514887051611 C24.496922391994655 34.5734200805137, 25.70009478398931 34.08169129051129, 26.4375 33.780318538756845 C27.429118274660514 33.39087975132928, 28.420736549321028 33.001440963901715, 29.581249999999997 32.54567188160992 C30.4547928589078 32.22001355817033, 31.328335717815605 31.894355234730742, 32.724999999999994 31.373676319087373 C33.68662781711792 31.037963920288988, 34.64825563423585 30.702251521490602, 35.868750000000006 30.276166622575545 C36.85243919925064 29.959527054119288, 37.83612839850127 29.64288748566303, 39.0125 29.264225407715536 C40.119184811388934 28.941714418725088, 41.225869622777864 28.61920342973464, 42.15625 28.34807122252685 C42.81900011227953 28.17707571448909, 43.48175022455906 28.00608020645133, 45.29999999999998 27.536955360856535 C46.42502135918842 27.287209773980152, 47.55004271837686 27.03746418710377, 48.443749999999994 26.839068443128134 C49.587912967272445 26.628847906210108, 50.7320759345449 26.418627369292086, 51.587500000000006 26.261457707734817 C52.51777753273126 26.127852288776328, 53.44805506546251 25.994246869817836, 54.73124999999999 25.80995584826543 C55.82150467800143 25.698690487350625, 56.91175935600288 25.58742512643582, 57.875 25.4891221151627 C59.04083761601821 25.419801980279072, 60.20667523203641 25.35048184539544, 61.01875000000001 25.302196276567173 C61.72105416515549 25.29077390705698, 62.423358330310975 25.279351537546784, 64.1625 25.25106590324848 C65.32666687196318 25.282609559549265, 66.49083374392637 25.31415321585005, 67.30625 25.33624730797989 C68.12759008627263 25.39389016979878, 68.94893017254526 25.451533031617668, 70.44999999999999 25.556880331829383 C71.26621447539179 25.648752446111306, 72.08242895078358 25.74062456039323, 73.59375 25.910737030015426 C73.59375 24.282596979515827, 73.59375 22.654456929016224, 73.59375 20.910737030015426 C75.54668154703008 20.910737030015426, 77.49961309406017 20.910737030015426, 78.59375 20.910737030015426 C78.59375 19.29324357169417, 78.59375 17.675750113372914, 78.59375 15.910737030015426 C79.80574770113535 15.910737030015426, 81.01774540227069 15.910737030015426, 83.59375 15.910737030015426 C83.59375 -1.9342793621320382, 83.59375 -19.779295754279502, 83.59375 -38.75 C46.31600238883919 -38.75, 9.038254777678375 -38.75, -73.59375 -38.75 C-73.59375 -37.024325877115906, -73.59375 -35.29865175423181, -73.59375 -33.75 C-75.3664192590881 -33.75, -77.13908851817622 -33.75, -78.59375 -33.75 C-78.59375 -32.063706903189626, -78.59375 -30.377413806379256, -78.59375 -28.75 C-80.24960837593163 -28.75, -81.90546675186324 -28.75, -83.59375 -28.75" stroke="none" stroke-width="0" fill="#1f2020" style=""></path><path d="M-83.59375 -28.75 C-83.59375 -12.841883332136971, -83.59375 3.066233335726057, -83.59375 38.75 M-83.59375 -28.75 C-83.59375 -4.632233802567519, -83.59375 19.48553239486496, -83.59375 38.75 M-83.59375 38.75 C-83.59375 38.75, -83.59375 38.75, -83.59375 38.75 M-83.59375 38.75 C-83.59375 38.75, -83.59375 38.75, -83.59375 38.75 M-83.59375 38.75 C-82.58669101732637 39.18401900506577, -81.57963203465275 39.61803801013154, -80.45 40.1048831504914 M-83.59375 38.75 C-82.65805823885559 39.153261392040775, -81.72236647771119 39.55652278408155, -80.45 40.1048831504914 M-80.45 40.1048831504914 C-79.56726132099956 40.481481326777335, -78.68452264199912 40.858079503063266, -77.30625 41.44608473694449 M-80.45 40.1048831504914 C-79.31406845113284 40.589499673892675, -78.17813690226568 41.074116197293954, -77.30625 41.44608473694449 M-77.30625 41.44608473694449 C-76.24569790555134 41.88935810486518, -75.18514581110267 42.33263147278587, -74.1625 42.76006135128998 M-77.30625 41.44608473694449 C-76.43483362820162 41.81030604395073, -75.56341725640324 42.17452735095697, -74.1625 42.76006135128998 M-74.1625 42.76006135128998 C-73.18825144149963 43.15471395539278, -72.21400288299928 43.54936655949558, -71.01875 44.033544502302234 M-74.1625 42.76006135128998 C-73.11018338893653 43.18633808249304, -72.05786677787309 43.612614813696105, -71.01875 44.033544502302234 M-71.01875 44.033544502302234 C-69.96516210370655 44.44245561267388, -68.91157420741311 44.85136672304552, -67.875 45.25367460037316 M-71.01875 44.033544502302234 C-70.24428755091421 44.33412341091624, -69.46982510182842 44.634702319530255, -67.875 45.25367460037316 M-67.875 45.25367460037316 C-66.97497609975683 45.584183764059354, -66.07495219951365 45.91469292774554, -64.73125 46.40813081321121 M-67.875 45.25367460037316 C-66.6231038480156 45.71339922557759, -65.3712076960312 46.17312385078203, -64.73125 46.40813081321121 M-64.73125 46.40813081321121 C-63.7534572879327 46.743146208944054, -62.7756645758654 47.07816160467689, -61.5875 47.485255481187494 M-64.73125 46.40813081321121 C-63.70857570198456 46.758523724128985, -62.68590140396911 47.10891663504677, -61.5875 47.485255481187494 M-61.5875 47.485255481187494 C-60.78526220860282 47.73761208471853, -59.98302441720564 47.98996868824957, -58.443749999999994 48.474171835986745 M-61.5875 47.485255481187494 C-60.55425468429611 47.810279160302976, -59.521009368592225 48.13530283941845, -58.443749999999994 48.474171835986745 M-58.443749999999994 48.474171835986745 C-57.63734149622211 48.70265240650743, -56.830932992444225 48.93113297702811, -55.3 49.364893833844356 M-58.443749999999994 48.474171835986745 C-57.40908631951002 48.76732418607716, -56.37442263902005 49.06047653616757, -55.3 49.364893833844356 M-55.3 49.364893833844356 C-54.46130319741138 49.57392659929236, -53.62260639482276 49.78295936474038, -52.15625 50.1484269942772 M-55.3 49.364893833844356 C-54.574528594500116 49.545706844788285, -53.84905718900023 49.72651985573222, -52.15625 50.1484269942772 M-52.15625 50.1484269942772 C-51.4024748199666 50.30869661681038, -50.6486996399332 50.46896623934356, -49.0125 50.816859226042055 M-52.15625 50.1484269942772 C-51.201424458176106 50.35144446318135, -50.24659891635221 50.55446193208551, -49.0125 50.816859226042055 M-49.0125 50.816859226042055 C-47.847773585224076 51.01936194016564, -46.68304717044815 51.22186465428921, -45.86875 51.36344072316426 M-49.0125 50.816859226042055 C-47.97264990953123 50.99765058007182, -46.93279981906245 51.17844193410159, -45.86875 51.36344072316426 M-45.86875 51.36344072316426 C-44.74703311061675 51.513018936705095, -43.6253162212335 51.66259715024592, -42.725 51.782652124249196 M-45.86875 51.36344072316426 C-44.685893434805216 51.521171763475294, -43.50303686961043 51.678902803786336, -42.725 51.782652124249196 M-42.725 51.782652124249196 C-41.696241419612434 51.87676880778628, -40.66748283922486 51.97088549132336, -39.58125 52.07026024680622 M-42.725 51.782652124249196 C-42.07431651316811 51.84218034883022, -41.42363302633621 51.901708573411234, -39.58125 52.07026024680622 M-39.58125 52.07026024680622 C-38.41217774116308 52.12719405167132, -37.24310548232616 52.18412785653641, -36.4375 52.22336083378167 M-39.58125 52.07026024680622 C-38.48175175445483 52.123805798065526, -37.38225350890965 52.17735134932483, -36.4375 52.22336083378167 M-36.4375 52.22336083378167 C-35.541850445132376 52.228217511296606, -34.64620089026475 52.23307418881155, -33.293749999999996 52.24040788064795 M-36.4375 52.22336083378167 C-35.20365855779414 52.23005136352826, -33.969817115588285 52.236741893274846, -33.293749999999996 52.24040788064795 M-33.293749999999996 52.24040788064795 C-32.07439680643034 52.194182561312765, -30.855043612860687 52.14795724197758, -30.15 52.12122924690479 M-33.293749999999996 52.24040788064795 C-32.13118080890774 52.19633522607101, -30.96861161781549 52.15226257149406, -30.15 52.12122924690479 M-30.15 52.12122924690479 C-29.024022718289622 52.03018371689437, -27.898045436579242 51.93913818688396, -27.00625 51.8670283943481 M-30.15 52.12122924690479 C-29.085248577962552 52.03513438591302, -28.020497155925106 51.949039524921254, -27.00625 51.8670283943481 M-27.00625 51.8670283943481 C-26.067127457971967 51.751523816796784, -25.128004915943933 51.63601923924547, -23.862499999999997 51.48037223455367 M-27.00625 51.8670283943481 C-25.794312490111594 51.71796975308074, -24.582374980223182 51.56891111181337, -23.862499999999997 51.48037223455367 M-23.862499999999997 51.48037223455367 C-22.80754714658589 51.30748344808703, -21.75259429317178 51.134594661620376, -20.71875 50.96516520829127 M-23.862499999999997 51.48037223455367 C-22.909185597368097 51.324140257305764, -21.955871194736197 51.16790828005786, -20.71875 50.96516520829127 M-20.71875 50.96516520829127 C-19.849371114808743 50.788577840327825, -18.979992229617487 50.61199047236438, -17.575000000000003 50.326609858614304 M-20.71875 50.96516520829127 C-19.567419514102216 50.73130811373343, -18.416089028204436 50.49745101917559, -17.575000000000003 50.326609858614304 M-17.575000000000003 50.326609858614304 C-16.9185252367549 50.16885637574542, -16.262050473509795 50.011102892876536, -14.431250000000006 49.57115429575684 M-17.575000000000003 50.326609858614304 C-16.795883715629987 50.13938513300312, -16.016767431259968 49.95216040739193, -14.431250000000006 49.57115429575684 M-14.431250000000006 49.57115429575684 C-13.654767307110994 49.35757315420965, -12.878284614221982 49.143992012662466, -11.287499999999994 48.706427084335346 M-14.431250000000006 49.57115429575684 C-13.791710389855826 49.39524103812708, -13.152170779711646 49.219327780497316, -11.287499999999994 48.706427084335346 M-11.287499999999994 48.706427084335346 C-10.10028333610374 48.34190035101121, -8.913066672207485 47.977373617687086, -8.143749999999997 47.741160210362395 M-11.287499999999994 48.706427084335346 C-10.310154163664155 48.4063397490732, -9.332808327328316 48.10625241381105, -8.143749999999997 47.741160210362395 M-8.143749999999997 47.741160210362395 C-7.0741414265910105 47.38185362236095, -6.004532853182023 47.0225470343595, -5 46.68510090594839 M-8.143749999999997 47.741160210362395 C-7.212137599431133 47.428209771005506, -6.28052519886227 47.115259331648616, -5 46.68510090594839 M-5 46.68510090594839 C-3.99407306767712 46.3215472546167, -2.98814613535424 45.957993603285026, -1.8562500000000028 45.548913222082774 M-5 46.68510090594839 C-3.903818472510922 46.28892819793595, -2.8076369450218444 45.89275548992352, -1.8562500000000028 45.548913222082774 M-1.8562500000000028 45.548913222082774 C-0.8235632348289263 45.153135792288204, 0.20912353034215014 44.75735836249363, 1.2875000000000085 44.344070343409335 M-1.8562500000000028 45.548913222082774 C-1.1312360380325357 45.27105146175981, -0.4062220760650683 44.99318970143685, 1.2875000000000085 44.344070343409335 M1.2875000000000085 44.344070343409335 C2.081078454667486 44.025671745973106, 2.8746569093349637 43.70727314853688, 4.431250000000006 43.08273873239733 M1.2875000000000085 44.344070343409335 C2.3035572704847835 43.93640906186309, 3.319614540969559 43.528747780316834, 4.431250000000006 43.08273873239733 M4.431250000000006 43.08273873239733 C5.129477922352632 42.792879261230794, 5.8277058447052585 42.50301979006426, 7.574999999999989 41.77765527281665 M4.431250000000006 43.08273873239733 C5.099445745164616 42.8053466958879, 5.767641490329225 42.52795465937847, 7.574999999999989 41.77765527281665 M7.574999999999989 41.77765527281665 C8.82808428926569 41.24526868800616, 10.08116857853139 40.71288210319568, 10.71875 40.44199865311811 M7.574999999999989 41.77765527281665 C8.566126024553036 41.356564525890285, 9.557252049106081 40.93547377896392, 10.71875 40.44199865311811 M10.71875 40.44199865311811 C11.941524407911867 39.91584398306754, 13.164298815823733 39.38968931301697, 13.862499999999997 39.08925628848506 M10.71875 40.44199865311811 C11.893831627324326 39.93636598538576, 13.068913254648653 39.43073331765342, 13.862499999999997 39.08925628848506 M13.862499999999997 39.08925628848506 C15.03977991500968 38.58139480464967, 16.217059830019362 38.07353332081428, 17.00625000000001 37.73308812537291 M13.862499999999997 39.08925628848506 C14.661075458290005 38.74476241576121, 15.459650916580014 38.40026854303736, 17.00625000000001 37.73308812537291 M17.00625000000001 37.73308812537291 C17.94532309511909 37.33105299678325, 18.884396190238167 36.92901786819359, 20.150000000000006 36.38718870383377 M17.00625000000001 37.73308812537291 C17.85482595788687 37.369796549754, 18.703401915773732 37.00650497413509, 20.150000000000006 36.38718870383377 M20.150000000000006 36.38718870383377 C20.965189205257285 36.044377538492796, 21.78037841051457 35.70156637315182, 23.293750000000003 35.06514887051611 M20.150000000000006 36.38718870383377 C21.185114594622455 35.95189240923676, 22.2202291892449 35.51659611463976, 23.293750000000003 35.06514887051611 M23.293750000000003 35.06514887051611 C23.974292154232067 34.787015685053476, 24.65483430846413 34.50888249959085, 26.4375 33.780318538756845 M23.293750000000003 35.06514887051611 C23.98170295938764 34.78398693682393, 24.66965591877528 34.502825003131754, 26.4375 33.780318538756845 M26.4375 33.780318538756845 C27.520580543935242 33.3549597242867, 28.60366108787049 32.92960090981655, 29.581249999999997 32.54567188160992 M26.4375 33.780318538756845 C27.596255086058004 33.325240019964475, 28.75501017211601 32.870161501172106, 29.581249999999997 32.54567188160992 M29.581249999999997 32.54567188160992 C30.225566445043018 32.30546957085025, 30.86988289008604 32.06526726009057, 32.724999999999994 31.373676319087373 M29.581249999999997 32.54567188160992 C30.29263782779982 32.28046524068302, 31.00402565559964 32.015258599756116, 32.724999999999994 31.373676319087373 M32.724999999999994 31.373676319087373 C33.68542555166642 31.03838364131986, 34.645851103332845 30.703090963552345, 35.868750000000006 30.276166622575545 M32.724999999999994 31.373676319087373 C33.678434549388506 31.040824259304227, 34.63186909877701 30.707972199521077, 35.868750000000006 30.276166622575545 M35.868750000000006 30.276166622575545 C36.92781888654507 29.935263097908873, 37.986887773090125 29.5943595732422, 39.0125 29.264225407715536 M35.868750000000006 30.276166622575545 C37.05460010413267 29.894453510840236, 38.24045020826533 29.512740399104928, 39.0125 29.264225407715536 M39.0125 29.264225407715536 C39.955185325721864 28.989507282395124, 40.897870651443725 28.714789157074712, 42.15625 28.34807122252685 M39.0125 29.264225407715536 C40.18614411284686 28.922201084564296, 41.35978822569373 28.580176761413053, 42.15625 28.34807122252685 M42.15625 28.34807122252685 C43.31820943748756 28.048275204916134, 44.48016887497513 27.74847918730542, 45.29999999999998 27.536955360856535 M42.15625 28.34807122252685 C43.1483861804378 28.0920911373133, 44.14052236087559 27.836111052099746, 45.29999999999998 27.536955360856535 M45.29999999999998 27.536955360856535 C46.370288815277796 27.29935995334213, 47.440577630555616 27.06176454582772, 48.443749999999994 26.839068443128134 M45.29999999999998 27.536955360856535 C46.139844109001 27.35051680289134, 46.97968821800201 27.164078244926152, 48.443749999999994 26.839068443128134 M48.443749999999994 26.839068443128134 C49.388140507901625 26.665552706899895, 50.33253101580325 26.492036970671656, 51.587500000000006 26.261457707734817 M48.443749999999994 26.839068443128134 C49.56097115083805 26.63379800796868, 50.678192301676106 26.428527572809223, 51.587500000000006 26.261457707734817 M51.587500000000006 26.261457707734817 C52.25187422863364 26.166041023961736, 52.916248457267265 26.070624340188655, 54.73124999999999 25.80995584826543 M51.587500000000006 26.261457707734817 C52.431076384876 26.140304210676852, 53.27465276975199 26.019150713618888, 54.73124999999999 25.80995584826543 M54.73124999999999 25.80995584826543 C55.73108594266926 25.70791812326285, 56.73092188533853 25.605880398260265, 57.875 25.4891221151627 M54.73124999999999 25.80995584826543 C55.7717376848905 25.70376943134588, 56.81222536978102 25.597583014426327, 57.875 25.4891221151627 M57.875 25.4891221151627 C58.54732393442406 25.449146062598068, 59.21964786884812 25.40917001003344, 61.01875000000001 25.302196276567173 M57.875 25.4891221151627 C58.97580800114638 25.423668609398263, 60.076616002292766 25.358215103633825, 61.01875000000001 25.302196276567173 M61.01875000000001 25.302196276567173 C61.776819998888115 25.289866924028058, 62.534889997776226 25.27753757148894, 64.1625 25.25106590324848 M61.01875000000001 25.302196276567173 C61.898453690405255 25.28788865729075, 62.7781573808105 25.273581038014328, 64.1625 25.25106590324848 M64.1625 25.25106590324848 C65.3420650554631 25.283026780670802, 66.5216301109262 25.314987658093127, 67.30625 25.33624730797989 M64.1625 25.25106590324848 C64.8043006220722 25.268455797020444, 65.44610124414442 25.285845690792403, 67.30625 25.33624730797989 M67.30625 25.33624730797989 C68.33566085471948 25.408492884014958, 69.36507170943894 25.480738460050027, 70.44999999999999 25.556880331829383 M67.30625 25.33624730797989 C68.05204381375634 25.388588220678834, 68.79783762751269 25.44092913337778, 70.44999999999999 25.556880331829383 M70.44999999999999 25.556880331829383 C71.33759869469387 25.65678736750926, 72.22519738938773 25.756694403189137, 73.59375 25.910737030015426 M70.44999999999999 25.556880331829383 C71.54458697584309 25.680085718119415, 72.63917395168619 25.803291104409446, 73.59375 25.910737030015426 M73.59375 25.910737030015426 C73.59375 24.51036097313577, 73.59375 23.10998491625612, 73.59375 20.910737030015426 M73.59375 25.910737030015426 C73.59375 24.823276474544144, 73.59375 23.735815919072866, 73.59375 20.910737030015426 M73.59375 20.910737030015426 C75.49654007574628 20.910737030015426, 77.39933015149256 20.910737030015426, 78.59375 20.910737030015426 M73.59375 20.910737030015426 C75.07820929032863 20.910737030015426, 76.56266858065727 20.910737030015426, 78.59375 20.910737030015426 M78.59375 20.910737030015426 C78.59375 19.156509172797957, 78.59375 17.40228131558049, 78.59375 15.910737030015426 M78.59375 20.910737030015426 C78.59375 19.872006415489246, 78.59375 18.833275800963065, 78.59375 15.910737030015426 M78.59375 15.910737030015426 C79.80293346257936 15.910737030015426, 81.01211692515872 15.910737030015426, 83.59375 15.910737030015426 M78.59375 15.910737030015426 C79.68224195778538 15.910737030015426, 80.77073391557076 15.910737030015426, 83.59375 15.910737030015426 M83.59375 15.910737030015426 C83.59375 -4.213531690809049, 83.59375 -24.337800411633523, 83.59375 -38.75 M83.59375 15.910737030015426 C83.59375 -0.27076721469143195, 83.59375 -16.45227145939829, 83.59375 -38.75 M83.59375 -38.75 C32.21386259006314 -38.75, -19.166024819873726 -38.75, -73.59375 -38.75 M83.59375 -38.75 C29.922398873941788 -38.75, -23.748952252116425 -38.75, -73.59375 -38.75 M-73.59375 -38.75 C-73.59375 -37.15538852580359, -73.59375 -35.56077705160717, -73.59375 -33.75 M-73.59375 -38.75 C-73.59375 -37.31589687311142, -73.59375 -35.88179374622285, -73.59375 -33.75 M-73.59375 -33.75 C-75.01489057022346 -33.75, -76.43603114044691 -33.75, -78.59375 -33.75 M-73.59375 -33.75 C-74.69838009176904 -33.75, -75.80301018353806 -33.75, -78.59375 -33.75 M-78.59375 -33.75 C-78.59375 -32.28768301973529, -78.59375 -30.825366039470573, -78.59375 -28.75 M-78.59375 -33.75 C-78.59375 -32.14040152854883, -78.59375 -30.530803057097657, -78.59375 -28.75 M-78.59375 -28.75 C-80.57563859661472 -28.75, -82.55752719322946 -28.75, -83.59375 -28.75 M-78.59375 -28.75 C-80.31094840500596 -28.75, -82.02814681001192 -28.75, -83.59375 -28.75" stroke="#ccc" stroke-width="1.3" fill="none" stroke-dasharray="0 0" style=""></path><g><path d="M-78.59375 -28.75 C-27.943622108431633 -28.75, 22.706505783136734 -28.75, 73.59375 -28.75 C73.59375 -15.087378919679475, 73.59375 -1.42475783935895, 73.59375 20.910737030015426 C74.65365437313835 20.910737030015426, 75.7135587462767 20.910737030015426, 78.59375 20.910737030015426 C78.59375 -0.5887976108347139, 78.59375 -22.088332251684854, 78.59375 -33.75 C38.143662987023276 -33.75, -2.306424025953447 -33.75, -78.59375 -33.75 C-78.59375 -32.66924554770856, -78.59375 -31.588491095417123, -78.59375 -28.75" stroke="none" stroke-width="0" fill="#1f2020" style=""></path><path d="M-78.59375 -28.75 C-25.518764140361775 -28.75, 27.55622171927645 -28.75, 73.59375 -28.75 M-78.59375 -28.75 C-24.163533572101883 -28.75, 30.266682855796233 -28.75, 73.59375 -28.75 M73.59375 -28.75 C73.59375 -13.098874153755974, 73.59375 2.5522516924880527, 73.59375 20.910737030015426 M73.59375 -28.75 C73.59375 -14.049715633348145, 73.59375 0.6505687333037109, 73.59375 20.910737030015426 M73.59375 20.910737030015426 C75.16870872744019 20.910737030015426, 76.7436674548804 20.910737030015426, 78.59375 20.910737030015426 M73.59375 20.910737030015426 C75.05773887188779 20.910737030015426, 76.52172774377559 20.910737030015426, 78.59375 20.910737030015426 M78.59375 20.910737030015426 C78.59375 5.87141143627554, 78.59375 -9.167914157464345, 78.59375 -33.75 M78.59375 20.910737030015426 C78.59375 5.988249693368491, 78.59375 -8.934237643278443, 78.59375 -33.75 M78.59375 -33.75 C37.33385046198752 -33.75, -3.9260490760249667 -33.75, -78.59375 -33.75 M78.59375 -33.75 C37.22958032660614 -33.75, -4.13458934678772 -33.75, -78.59375 -33.75 M-78.59375 -33.75 C-78.59375 -32.2444486724013, -78.59375 -30.7388973448026, -78.59375 -28.75 M-78.59375 -33.75 C-78.59375 -31.904088921396937, -78.59375 -30.05817784279387, -78.59375 -28.75" stroke="#ccc" stroke-width="1.3" fill="none" stroke-dasharray="0 0" style=""></path></g></g><g class="label" style="" transform="translate(-68.59375, -13.75)"><rect></rect><foreignObject width="127.1875" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;"><span class="nodeLabel"><p>Source-Code Docs</p></span></div></foreignObject></g></g><g class="node default" id="flowchart-REPORT-41" transform="translate(1259.765625, 1147.2095336914062)"><g class="basic label-container"><path d="M-50 37.8 C-50 37.8, -50 37.8, -50 37.8 C-49.27663530329136 38.28957283701768, -48.55327060658272 38.77914567403536, -48 39.15359892249448 C-47.52816190905739 39.46790250937023, -47.056323818114784 39.782206096245964, -46 40.48585078138043 C-45.464195115879214 40.83141663782224, -44.92839023175843 41.176982494264045, -44 41.77574516899452 C-43.594810048626826 42.024368611174864, -43.18962009725365 42.27299205335522, -42 43.002939680298525 C-41.250349594799346 43.43216740429426, -40.50069918959869 43.86139512829, -40 44.14808072475871 C-39.213792438875544 44.55888518992764, -38.42758487775109 44.96968965509658, -38 45.193108744029836 C-37.399567861185616 45.4718396336585, -36.79913572237123 45.75057052328715, -36 46.121543021978525 C-35.38275057520419 46.36757820243147, -34.76550115040838 46.6136133828844, -34 46.918741595421764 C-33.26977113280372 47.157303923747925, -32.53954226560744 47.395866252074086, -32 47.57213216663301 C-31.574455136099875 47.67836480545707, -31.14891027219975 47.78459744428113, -30 48.071410375987654 C-29.21206459305851 48.20429250379049, -28.424129186117018 48.33717463159332, -28 48.40870230786984 C-27.268397789990082 48.470883505884686, -26.536795579980165 48.533064703899534, -26 48.57868866702533 C-25.207953170217117 48.57868866702533, -24.415906340434233 48.57868866702533, -24 48.57868866702533 C-23.597620230263825 48.54448913099769, -23.195240460527653 48.510289594970054, -21.999999999999996 48.40870230786983 C-21.259445666878676 48.28381080702873, -20.518891333757356 48.15891930618762, -20 48.071410375987654 C-19.49221309791511 47.944646908384314, -18.984426195830217 47.81788344078097, -18 47.57213216663301 C-17.44897789839485 47.39211584377411, -16.897955796789706 47.212099520915196, -16 46.91874159542176 C-15.428345768487894 46.69088062648964, -14.856691536975786 46.46301965755752, -14 46.121543021978525 C-13.276532292369954 45.78569691260218, -12.553064584739909 45.44985080322583, -12 45.193108744029836 C-11.445298449915606 44.90326941294418, -10.890596899831214 44.61343008185852, -10 44.14808072475871 C-9.254859513583607 43.721435247316485, -8.509719027167213 43.29478976987427, -8 43.002939680298525 C-7.353949799305872 42.60652505013918, -6.707899598611744 42.21011041997984, -6 41.77574516899452 C-5.33672842178672 41.34797002589389, -4.673456843573441 40.92019488279327, -4 40.48585078138043 C-3.2324684119489664 39.97457808891309, -2.4649368238979323 39.463305396445755, -2 39.15359892249448 C-1.3777958623945414 38.7324914973773, -0.7555917247890831 38.311384072260125, 0 37.8 C0.7613368005954195 37.28472766352932, 1.522673601190839 36.76945532705864, 2 36.44640107750551 C2.4297763061733364 36.16011593610323, 2.859552612346673 35.87383079470094, 4 35.11414921861956 C4.691788586761805 34.66798211087979, 5.383577173523611 34.22181500314002, 6.000000000000007 33.82425483100547 C6.603449964545697 33.45397958883694, 7.206899929091387 33.083704346668405, 7.999999999999993 32.59706031970148 C8.51490324434236 32.302241900190396, 9.029806488684725 32.00742348067932, 10 31.451919275241284 C10.449710303606311 31.216939341329525, 10.899420607212624 30.981959407417765, 12 30.40689125597016 C12.413846026053992 30.21477683777947, 12.827692052107984 30.022662419588787, 14 29.47845697802147 C14.421989930599421 29.310252092680834, 14.843979861198843 29.142047207340198, 16 28.68125840457823 C16.568156214270317 28.49564444788858, 17.136312428540634 28.310030491198926, 18 28.027867833366983 C18.494341933716022 27.90446075562966, 18.988683867432044 27.781053677892338, 20 27.52858962401234 C20.40310398651852 27.46060776283122, 20.806207973037036 27.3926259016501, 22 27.191297692130156 C22.486970351447113 27.149908533600573, 22.97394070289422 27.10851937507099, 24 27.021311332974662 C24.721916868939484 27.021311332974662, 25.443833737878965 27.021311332974662, 26 27.021311332974662 C26.412505711108626 27.056371504955763, 26.82501142221725 27.091431676936867, 28 27.19129769213016 C28.685767131288404 27.306949552396944, 29.37153426257681 27.422601412663724, 30 27.528589624012337 C30.605282553109657 27.679691818647434, 31.210565106219313 27.830794013282535, 32 28.027867833366983 C32.685879433137245 28.25194141066678, 33.37175886627449 28.47601498796658, 34 28.681258404578237 C34.59164569294683 28.91708795577876, 35.183291385893654 29.152917506979286, 36 29.478456978021477 C36.72266418636909 29.813930079056956, 37.44532837273817 30.14940318009243, 38 30.406891255970162 C38.656306893525574 30.749820802457673, 39.31261378705115 31.092750348945184, 40 31.451919275241295 C40.624205439279116 31.809320909588198, 41.24841087855823 32.1667225439351, 42 32.59706031970147 C42.78851253448042 33.08088944690586, 43.577025068960836 33.56471857411025, 44 33.824254831005476 C44.7062066390259 34.279720821093136, 45.4124132780518 34.735186811180796, 46 35.114149218619566 C46.763682984646636 35.62285825656709, 47.52736596929328 36.13156729451462, 48 36.44640107750551 C48.762235522358935 36.96228166838156, 49.52447104471788 37.4781622592576, 50 37.800000000000004 C50 18.20258071777906, 50 -1.3948385644418835, 50 -37.8 C50 -37.8, 50 -37.8, 50 -37.8 C49.41300188200612 -38.1972800100114, 48.82600376401224 -38.594560020022804, 48 -39.15359892249448 C47.36409300554705 -39.577193060213745, 46.72818601109409 -40.00078719793301, 46 -40.48585078138043 C45.436957217985636 -40.8489836436339, 44.87391443597128 -41.21211650588737, 44 -41.77574516899452 C43.33427519405763 -42.18423208294022, 42.66855038811527 -42.592718996885914, 42 -43.002939680298525 C41.55368578407473 -43.25848604398957, 41.10737156814946 -43.51403240768062, 40 -44.14808072475871 C39.38310998231312 -44.47041440140443, 38.766219964626245 -44.79274807805015, 38 -45.193108744029836 C37.52907824669844 -45.41171869302827, 37.05815649339688 -45.630328642026704, 36 -46.121543021978525 C35.44689841061067 -46.342008920993706, 34.89379682122134 -46.56247482000889, 34 -46.918741595421764 C33.498698913153476 -47.0825142971635, 32.99739782630695 -47.246286998905234, 32 -47.57213216663301 C31.46113092901856 -47.70665495905112, 30.922261858037118 -47.841177751469225, 30 -48.071410375987654 C29.563230785861382 -48.14506974199939, 29.126461571722764 -48.21872910801113, 28 -48.40870230786984 C27.249352240228777 -48.47250224771571, 26.498704480457555 -48.536302187561574, 26 -48.57868866702533 C25.37064142323364 -48.57868866702533, 24.74128284646728 -48.57868866702533, 24 -48.57868866702533 C23.34752284483293 -48.52323255900584, 22.695045689665864 -48.46777645098634, 21.999999999999996 -48.40870230786983 C21.313271237242873 -48.29288827233513, 20.62654247448575 -48.17707423680042, 20 -48.071410375987654 C19.49973636510014 -47.94652501006863, 18.999472730200278 -47.821639644149606, 18 -47.57213216663301 C17.507735358142927 -47.41131162886796, 17.015470716285854 -47.250491091102916, 16 -46.91874159542176 C15.347485509957835 -46.65864978511543, 14.694971019915668 -46.3985579748091, 14 -46.121543021978525 C13.32357518777528 -45.807535030916306, 12.647150375550558 -45.49352703985409, 12 -45.193108744029836 C11.437195542895749 -44.899035530507525, 10.874391085791498 -44.604962316985215, 10 -44.14808072475871 C9.460882612395297 -43.83939800059456, 8.921765224790596 -43.53071527643041, 8 -43.002939680298525 C7.285055198988081 -42.564251512454945, 6.570110397976161 -42.125563344611365, 6 -41.77574516899452 C5.484308895698291 -41.443151638403876, 4.968617791396583 -41.11055810781323, 4 -40.48585078138043 C3.342358635569304 -40.047778816258884, 2.684717271138607 -39.60970685113734, 2 -39.15359892249448 C1.5960819614285053 -38.880227411601254, 1.1921639228570107 -38.60685590070802, 0 -37.8 C-0.6198072478444498 -37.380514788581735, -1.2396144956888997 -36.96102957716348, -2 -36.44640107750551 C-2.4247915226089365 -36.16343642968814, -2.8495830452178734 -35.88047178187076, -4 -35.11414921861956 C-4.798140681014723 -34.59939062613587, -5.596281362029446 -34.084632033652184, -6.000000000000007 -33.82425483100547 C-6.531479503981909 -33.49814046592689, -7.06295900796381 -33.172026100848306, -7.999999999999993 -32.59706031970148 C-8.510202631401892 -32.30493333259652, -9.020405262803791 -32.01280634549157, -10 -31.451919275241284 C-10.731565742035526 -31.069665926058285, -11.463131484071052 -30.687412576875285, -12 -30.40689125597016 C-12.79930481111689 -30.035840263385047, -13.598609622233779 -29.664789270799936, -14 -29.47845697802147 C-14.508430841741747 -29.275796807155935, -15.016861683483494 -29.073136636290403, -16 -28.68125840457823 C-16.72018139645822 -28.445978537574454, -17.44036279291644 -28.21069867057068, -18 -28.027867833366983 C-18.437105214113085 -27.918749279066002, -18.874210428226167 -27.809630724765025, -20 -27.52858962401234 C-20.717609299530842 -27.407567710524653, -21.435218599061685 -27.28654579703696, -22 -27.191297692130156 C-22.4052134923852 -27.156857309004536, -22.810426984770405 -27.122416925878913, -24 -27.021311332974662 C-24.40769590894622 -27.021311332974662, -24.81539181789244 -27.021311332974662, -26 -27.021311332974662 C-26.78510839736396 -27.088040191979815, -27.57021679472792 -27.15476905098497, -28 -27.19129769213016 C-28.476825694294714 -27.271712421930022, -28.953651388589428 -27.352127151729885, -30 -27.528589624012337 C-30.663805986871665 -27.694301556254427, -31.32761197374333 -27.860013488496516, -32 -28.027867833366983 C-32.46944095494173 -28.18123198021665, -32.93888190988346 -28.334596127066316, -34 -28.681258404578237 C-34.69523367629388 -28.958378052053828, -35.39046735258776 -29.235497699529418, -36 -29.478456978021477 C-36.77188127842018 -29.836777496717552, -37.54376255684036 -30.195098015413624, -38 -30.406891255970162 C-38.74887212968905 -30.798187435158315, -39.4977442593781 -31.189483614346464, -40 -31.451919275241295 C-40.74112383793299 -31.876264938163754, -41.48224767586598 -32.30061060108621, -42 -32.59706031970147 C-42.462932145723 -32.8811142138702, -42.925864291446004 -33.16516810803893, -44 -33.824254831005476 C-44.43284142502231 -34.10341469343706, -44.865682850044614 -34.382574555868636, -46 -35.114149218619566 C-46.73413687241904 -35.60317682509806, -47.468273744838086 -36.092204431576555, -48 -36.44640107750551 C-48.679875531715076 -36.906540471085464, -49.35975106343015 -37.36667986466541, -50 -37.800000000000004 C-50 -16.27970224868487, -50 5.2405955026302635, -50 37.8" stroke="none" stroke-width="0" fill="#1f2020" style=""></path><path d="M-50 37.8 C-50 37.8, -50 37.8, -50 37.8 M-50 37.8 C-50 37.8, -50 37.8, -50 37.8 M-50 37.8 C-49.26354360350384 38.29843329238068, -48.52708720700768 38.79686658476137, -48 39.15359892249448 M-50 37.8 C-49.22613621620369 38.32375059195209, -48.452272432407376 38.84750118390419, -48 39.15359892249448 M-48 39.15359892249448 C-47.519843283651795 39.47344376145022, -47.03968656730359 39.79328860040595, -46 40.48585078138043 M-48 39.15359892249448 C-47.39884388285593 39.5540445997674, -46.79768776571186 39.95449027704033, -46 40.48585078138043 M-46 40.48585078138043 C-45.42159185135576 40.85889349372366, -44.843183702711514 41.23193620606689, -44 41.77574516899452 M-46 40.48585078138043 C-45.40979612772502 40.86650111257823, -44.81959225545005 41.24715144377602, -44 41.77574516899452 M-44 41.77574516899452 C-43.51637413833072 42.07249667047713, -43.03274827666144 42.36924817195973, -42 43.002939680298525 M-44 41.77574516899452 C-43.4342313647452 42.12289925092084, -42.8684627294904 42.470053332847165, -42 43.002939680298525 M-42 43.002939680298525 C-41.33554096475265 43.3833893371106, -40.6710819295053 43.76383899392268, -40 44.14808072475871 M-42 43.002939680298525 C-41.23041226798078 43.44358292992264, -40.460824535961564 43.88422617954676, -40 44.14808072475871 M-40 44.14808072475871 C-39.41102953749378 44.455826042679746, -38.822059074987564 44.76357136060078, -38 45.193108744029836 M-40 44.14808072475871 C-39.455226310660976 44.4327326095192, -38.91045262132195 44.71738449427969, -38 45.193108744029836 M-38 45.193108744029836 C-37.470559573427586 45.43888406411064, -36.94111914685517 45.68465938419144, -36 46.121543021978525 M-38 45.193108744029836 C-37.25130930991719 45.540663794156806, -36.50261861983437 45.88821884428378, -36 46.121543021978525 M-36 46.121543021978525 C-35.223701280306145 46.4309751379314, -34.44740256061229 46.74040725388428, -34 46.918741595421764 M-36 46.121543021978525 C-35.42749212402053 46.34974425298645, -34.85498424804107 46.57794548399438, -34 46.918741595421764 M-34 46.918741595421764 C-33.38966274483562 47.118135899313444, -32.77932548967123 47.31753020320512, -32 47.57213216663301 M-34 46.918741595421764 C-33.538607494933395 47.069476351640795, -33.077214989866796 47.22021110785982, -32 47.57213216663301 M-32 47.57213216663301 C-31.554879428176722 47.68325166765643, -31.109758856353448 47.79437116867985, -30 48.071410375987654 M-32 47.57213216663301 C-31.472010206005542 47.70393906608455, -30.94402041201109 47.83574596553609, -30 48.071410375987654 M-30 48.071410375987654 C-29.23624001347604 48.20021541666214, -28.472480026952077 48.32902045733663, -28 48.40870230786984 M-30 48.071410375987654 C-29.538879212339353 48.1491765366382, -29.077758424678702 48.22694269728875, -28 48.40870230786984 M-28 48.40870230786984 C-27.504953726008996 48.45077786473445, -27.00990745201799 48.492853421599065, -26 48.57868866702533 M-28 48.40870230786984 C-27.291912777847088 48.46888489229899, -26.583825555694176 48.52906747672814, -26 48.57868866702533 M-26 48.57868866702533 C-25.34170638884505 48.57868866702533, -24.6834127776901 48.57868866702533, -24 48.57868866702533 M-26 48.57868866702533 C-25.340429754137805 48.57868866702533, -24.680859508275606 48.57868866702533, -24 48.57868866702533 M-24 48.57868866702533 C-23.589074378264097 48.54376279186403, -23.178148756528195 48.508836916702734, -21.999999999999996 48.40870230786983 M-24 48.57868866702533 C-23.318773501873824 48.52078906093697, -22.637547003747645 48.462889454848614, -21.999999999999996 48.40870230786983 M-21.999999999999996 48.40870230786983 C-21.447284364343417 48.31548904560378, -20.89456872868684 48.222275783337736, -20 48.071410375987654 M-21.999999999999996 48.40870230786983 C-21.40445442389991 48.30826594892649, -20.808908847799824 48.20782958998315, -20 48.071410375987654 M-20 48.071410375987654 C-19.554515861092916 47.960200114402944, -19.109031722185833 47.84898985281823, -18 47.57213216663301 M-20 48.071410375987654 C-19.38713680472099 47.91841575662852, -18.77427360944198 47.765421137269385, -18 47.57213216663301 M-18 47.57213216663301 C-17.45534610026803 47.39419630530386, -16.910692200536065 47.216260443974704, -16 46.91874159542176 M-18 47.57213216663301 C-17.236327088555186 47.322643826719265, -16.47265417711037 47.073155486805526, -16 46.91874159542176 M-16 46.91874159542176 C-15.41245245559926 46.68454556330858, -14.82490491119852 46.450349531195414, -14 46.121543021978525 M-16 46.91874159542176 C-15.560866625457177 46.74370334555333, -15.121733250914351 46.568665095684906, -14 46.121543021978525 M-14 46.121543021978525 C-13.24432047494911 45.77074363487791, -12.48864094989822 45.419944247777295, -12 45.193108744029836 M-14 46.121543021978525 C-13.251915402184705 45.77426933026994, -12.503830804369413 45.426995638561344, -12 45.193108744029836 M-12 45.193108744029836 C-11.248183392667691 44.800274034022024, -10.496366785335383 44.40743932401421, -10 44.14808072475871 M-12 45.193108744029836 C-11.406711868505793 44.8831073835736, -10.813423737011586 44.573106023117376, -10 44.14808072475871 M-10 44.14808072475871 C-9.512648938604862 43.8690378730263, -9.025297877209724 43.5899950212939, -8 43.002939680298525 M-10 44.14808072475871 C-9.457333782434047 43.83736604517034, -8.914667564868093 43.52665136558198, -8 43.002939680298525 M-8 43.002939680298525 C-7.598747423106544 42.756732200293406, -7.197494846213088 42.51052472028829, -6 41.77574516899452 M-8 43.002939680298525 C-7.471881040030548 42.67888733580348, -6.943762080061097 42.35483499130844, -6 41.77574516899452 M-6 41.77574516899452 C-5.21941787764817 41.27231091964776, -4.43883575529634 40.768876670301, -4 40.48585078138043 M-6 41.77574516899452 C-5.572028337349853 41.49972604613937, -5.144056674699707 41.223706923284226, -4 40.48585078138043 M-4 40.48585078138043 C-3.463339149154693 40.12836707331544, -2.926678298309386 39.770883365250455, -2 39.15359892249448 M-4 40.48585078138043 C-3.401492520078448 40.08716943003911, -2.802985040156896 39.688488078697794, -2 39.15359892249448 M-2 39.15359892249448 C-1.3140248858694328 38.6893313348219, -0.6280497717388653 38.22506374714931, 0 37.8 M-2 39.15359892249448 C-1.5533567700594098 38.85131102510096, -1.1067135401188195 38.54902312770744, 0 37.8 M0 37.8 C0.7326652007976544 37.304132586825546, 1.4653304015953088 36.80826517365109, 2 36.44640107750551 M0 37.8 C0.6431775397517672 37.36469778760967, 1.2863550795035343 36.92939557521935, 2 36.44640107750551 M2 36.44640107750551 C2.636248783027125 36.022579265554604, 3.27249756605425 35.5987574536037, 4 35.11414921861956 M2 36.44640107750551 C2.497710846640161 36.11486297719348, 2.995421693280323 35.78332487688146, 4 35.11414921861956 M4 35.11414921861956 C4.404862711425405 34.853034149008636, 4.80972542285081 34.591919079397705, 6.000000000000007 33.82425483100547 M4 35.11414921861956 C4.445863256523542 34.82659096250303, 4.891726513047084 34.5390327063865, 6.000000000000007 33.82425483100547 M6.000000000000007 33.82425483100547 C6.54266330779079 33.491278114602004, 7.0853266155815735 33.158301398198546, 7.999999999999993 32.59706031970148 M6.000000000000007 33.82425483100547 C6.522628986068166 33.50357111942986, 7.045257972136325 33.18288740785425, 7.999999999999993 32.59706031970148 M7.999999999999993 32.59706031970148 C8.595903717777627 32.255863416814684, 9.19180743555526 31.914666513927887, 10 31.451919275241284 M7.999999999999993 32.59706031970148 C8.43368456691237 32.34874532074132, 8.867369133824749 32.100430321781175, 10 31.451919275241284 M10 31.451919275241284 C10.726295994753473 31.0724194428404, 11.452591989506946 30.69291961043951, 12 30.40689125597016 M10 31.451919275241284 C10.408570530973924 31.23843544888317, 10.817141061947845 31.02495162252505, 12 30.40689125597016 M12 30.40689125597016 C12.513861093307854 30.168348129404556, 13.02772218661571 29.929805002838958, 14 29.47845697802147 M12 30.40689125597016 C12.603933752613035 30.126534857202095, 13.20786750522607 29.846178458434032, 14 29.47845697802147 M14 29.47845697802147 C14.767200852580853 29.172651265410522, 15.534401705161706 28.866845552799578, 16 28.68125840457823 M14 29.47845697802147 C14.574921959352746 29.24929349510287, 15.149843918705495 29.020130012184268, 16 28.68125840457823 M16 28.68125840457823 C16.41067503391073 28.547092807083665, 16.821350067821463 28.4129272095891, 18 28.027867833366983 M16 28.68125840457823 C16.78550976116464 28.424636068808542, 17.571019522329276 28.168013733038855, 18 28.027867833366983 M18 28.027867833366983 C18.76611508551006 27.83661554934046, 19.532230171020117 27.645363265313943, 20 27.52858962401234 M18 28.027867833366983 C18.64623173554165 27.866543121492295, 19.2924634710833 27.705218409617604, 20 27.52858962401234 M20 27.52858962401234 C20.664505975532137 27.416523371895096, 21.329011951064277 27.30445711977785, 22 27.191297692130156 M20 27.52858962401234 C20.47232677744339 27.44893361839056, 20.944653554886777 27.369277612768773, 22 27.191297692130156 M22 27.191297692130156 C22.516626117881973 27.14738799571846, 23.033252235763946 27.10347829930676, 24 27.021311332974662 M22 27.191297692130156 C22.51865341451836 27.147215689331386, 23.037306829036723 27.103133686532615, 24 27.021311332974662 M24 27.021311332974662 C24.470982097600448 27.021311332974662, 24.9419641952009 27.021311332974662, 26 27.021311332974662 M24 27.021311332974662 C24.4939507036594 27.021311332974662, 24.987901407318798 27.021311332974662, 26 27.021311332974662 M26 27.021311332974662 C26.51027071665296 27.064680863628414, 27.020541433305926 27.108050394282166, 28 27.19129769213016 M26 27.021311332974662 C26.554315895713025 27.0684244034418, 27.10863179142605 27.115537473908937, 28 27.19129769213016 M28 27.19129769213016 C28.587407459939936 27.290361590612733, 29.17481491987987 27.389425489095302, 30 27.528589624012337 M28 27.19129769213016 C28.512744531802568 27.277769988977017, 29.02548906360514 27.36424228582387, 30 27.528589624012337 M30 27.528589624012337 C30.65022005831859 27.690909977214226, 31.30044011663718 27.853230330416118, 32 28.027867833366983 M30 27.528589624012337 C30.555994819125498 27.667387672864056, 31.111989638251 27.806185721715778, 32 28.027867833366983 M32 28.027867833366983 C32.66711726775453 28.245811899688494, 33.33423453550905 28.46375596601, 34 28.681258404578237 M32 28.027867833366983 C32.76470833029748 28.27769443973852, 33.52941666059497 28.52752104611006, 34 28.681258404578237 M34 28.681258404578237 C34.518913398081196 28.888096914923693, 35.03782679616239 29.094935425269153, 36 29.478456978021477 M34 28.681258404578237 C34.40653249050351 28.843301965322098, 34.81306498100702 29.005345526065963, 36 29.478456978021477 M36 29.478456978021477 C36.48652171743127 29.704308697736305, 36.97304343486255 29.930160417451134, 38 30.406891255970162 M36 29.478456978021477 C36.73771162538829 29.820915358147342, 37.475423250776586 30.163373738273208, 38 30.406891255970162 M38 30.406891255970162 C38.64997993212547 30.746514876487694, 39.29995986425093 31.086138497005223, 40 31.451919275241295 M38 30.406891255970162 C38.56786717946117 30.703609812850857, 39.13573435892234 31.000328369731555, 40 31.451919275241295 M40 31.451919275241295 C40.761141610078674 31.887726524415093, 41.522283220157355 32.32353377358889, 42 32.59706031970147 M40 31.451919275241295 C40.67883625500756 31.84060090427969, 41.357672510015114 32.229282533318084, 42 32.59706031970147 M42 32.59706031970147 C42.7387212250386 33.050337636077046, 43.47744245007721 33.503614952452615, 44 33.824254831005476 M42 32.59706031970147 C42.50455578462211 32.90665436446894, 43.009111569244226 33.216248409236414, 44 33.824254831005476 M44 33.824254831005476 C44.42008750918364 34.095189091206855, 44.840175018367276 34.366123351408234, 46 35.114149218619566 M44 33.824254831005476 C44.69715037797434 34.27388001094155, 45.39430075594868 34.72350519087762, 46 35.114149218619566 M46 35.114149218619566 C46.60392123195749 35.5164368105676, 47.20784246391499 35.91872440251563, 48 36.44640107750551 M46 35.114149218619566 C46.65646087136734 35.55143482670208, 47.31292174273467 35.98872043478459, 48 36.44640107750551 M48 36.44640107750551 C48.659936912339354 36.89304602423395, 49.3198738246787 37.3396909709624, 50 37.800000000000004 M48 36.44640107750551 C48.417334204390826 36.728852642197275, 48.83466840878165 37.01130420688903, 50 37.800000000000004 M50 37.800000000000004 C50 20.360835574471217, 50 2.92167114894243, 50 -37.8 M50 37.800000000000004 C50 21.257425940457694, 50 4.714851880915383, 50 -37.8 M50 -37.8 C50 -37.8, 50 -37.8, 50 -37.8 M50 -37.8 C50 -37.8, 50 -37.8, 50 -37.8 M50 -37.8 C49.384986378092655 -38.216240887966606, 48.769972756185304 -38.632481775933215, 48 -39.15359892249448 M50 -37.8 C49.319411319914124 -38.26062205201309, 48.63882263982825 -38.721244104026184, 48 -39.15359892249448 M48 -39.15359892249448 C47.44306083993699 -39.52459053813464, 46.88612167987398 -39.895582153774804, 46 -40.48585078138043 M48 -39.15359892249448 C47.345023733888 -39.58989559652142, 46.690047467776 -40.02619227054837, 46 -40.48585078138043 M46 -40.48585078138043 C45.40976553717377 -40.866520841868414, 44.81953107434753 -41.2471909023564, 44 -41.77574516899452 M46 -40.48585078138043 C45.2421483005834 -40.974625108241064, 44.484296601166804 -41.4633994351017, 44 -41.77574516899452 M44 -41.77574516899452 C43.31733186575118 -42.19462846269067, 42.63466373150236 -42.61351175638682, 42 -43.002939680298525 M44 -41.77574516899452 C43.35771763153576 -42.16984786763784, 42.71543526307153 -42.56395056628117, 42 -43.002939680298525 M42 -43.002939680298525 C41.51749688829368 -43.27920673894585, 41.03499377658736 -43.55547379759319, 40 -44.14808072475871 M42 -43.002939680298525 C41.41861851177192 -43.335821582628185, 40.83723702354384 -43.668703484957845, 40 -44.14808072475871 M40 -44.14808072475871 C39.37612979538742 -44.474061646862985, 38.75225959077485 -44.800042568967264, 38 -45.193108744029836 M40 -44.14808072475871 C39.32054704388042 -44.50310441321949, 38.641094087760834 -44.858128101680265, 38 -45.193108744029836 M38 -45.193108744029836 C37.59288621288416 -45.382097941521764, 37.18577242576832 -45.571087139013684, 36 -46.121543021978525 M38 -45.193108744029836 C37.59682362973589 -45.3802701251359, 37.19364725947178 -45.56743150624197, 36 -46.121543021978525 M36 -46.121543021978525 C35.29991842834952 -46.40059503708535, 34.59983685669904 -46.67964705219219, 34 -46.918741595421764 M36 -46.121543021978525 C35.22944755074754 -46.42868467863215, 34.458895101495074 -46.735826335285786, 34 -46.918741595421764 M34 -46.918741595421764 C33.2358676737965 -47.16838002397131, 32.471735347593 -47.41801845252085, 32 -47.57213216663301 M34 -46.918741595421764 C33.22252505552013 -47.172738994459834, 32.44505011104026 -47.4267363934979, 32 -47.57213216663301 M32 -47.57213216663301 C31.27010510980029 -47.75434247353102, 30.540210219600585 -47.936552780429025, 30 -48.071410375987654 M32 -47.57213216663301 C31.230380334621096 -47.76425933084026, 30.46076066924219 -47.95638649504751, 30 -48.071410375987654 M30 -48.071410375987654 C29.381974814844643 -48.1756378303141, 28.763949629689282 -48.27986528464055, 28 -48.40870230786984 M30 -48.071410375987654 C29.544766281734354 -48.148183706133516, 29.08953256346871 -48.224957036279385, 28 -48.40870230786984 M28 -48.40870230786984 C27.538021280651876 -48.44796734812449, 27.07604256130375 -48.48723238837914, 26 -48.57868866702533 M28 -48.40870230786984 C27.217423972741862 -48.47521593268783, 26.434847945483725 -48.54172955750582, 26 -48.57868866702533 M26 -48.57868866702533 C25.25961550990323 -48.57868866702533, 24.519231019806465 -48.57868866702533, 24 -48.57868866702533 M26 -48.57868866702533 C25.57734700258995 -48.57868866702533, 25.154694005179902 -48.57868866702533, 24 -48.57868866702533 M24 -48.57868866702533 C23.300045130285433 -48.51919727708736, 22.600090260570862 -48.45970588714939, 21.999999999999996 -48.40870230786983 M24 -48.57868866702533 C23.424842337600257 -48.52980418853947, 22.849684675200514 -48.48091971005361, 21.999999999999996 -48.40870230786983 M21.999999999999996 -48.40870230786983 C21.369052686198902 -48.30229558867591, 20.738105372397808 -48.19588886948199, 20 -48.071410375987654 M21.999999999999996 -48.40870230786983 C21.287694293652976 -48.28857482397759, 20.57538858730595 -48.16844734008534, 20 -48.071410375987654 M20 -48.071410375987654 C19.290485643734947 -47.89428784733394, 18.580971287469893 -47.71716531868022, 18 -47.57213216663301 M20 -48.071410375987654 C19.418517412746706 -47.92624958352029, 18.83703482549341 -47.78108879105292, 18 -47.57213216663301 M18 -47.57213216663301 C17.455110771476065 -47.39411942449696, 16.910221542952133 -47.2161066823609, 16 -46.91874159542176 M18 -47.57213216663301 C17.465090350805973 -47.39737970601636, 16.930180701611942 -47.222627245399714, 16 -46.91874159542176 M16 -46.91874159542176 C15.467181512682505 -46.706360526424916, 14.93436302536501 -46.49397945742807, 14 -46.121543021978525 M16 -46.91874159542176 C15.31596985132661 -46.64608766606446, 14.631939702653222 -46.37343373670717, 14 -46.121543021978525 M14 -46.121543021978525 C13.381948608033527 -45.834632973060735, 12.763897216067054 -45.54772292414295, 12 -45.193108744029836 M14 -46.121543021978525 C13.385387735075305 -45.836229474776644, 12.77077547015061 -45.550915927574756, 12 -45.193108744029836 M12 -45.193108744029836 C11.519235763098381 -44.94190269491699, 11.038471526196764 -44.69069664580414, 10 -44.14808072475871 M12 -45.193108744029836 C11.405723615836594 -44.88259100770889, 10.81144723167319 -44.57207327138794, 10 -44.14808072475871 M10 -44.14808072475871 C9.529955481357048 -43.87894708924792, 9.059910962714095 -43.60981345373713, 8 -43.002939680298525 M10 -44.14808072475871 C9.504040852436017 -43.8641091366332, 9.008081704872033 -43.58013754850771, 8 -43.002939680298525 M8 -43.002939680298525 C7.528325607125968 -42.713521567269694, 7.056651214251937 -42.424103454240864, 6 -41.77574516899452 M8 -43.002939680298525 C7.385591758544472 -42.62594046949144, 6.771183517088945 -42.248941258684354, 6 -41.77574516899452 M6 -41.77574516899452 C5.573705557624296 -41.50080776464877, 5.147411115248592 -41.22587036030302, 4 -40.48585078138043 M6 -41.77574516899452 C5.553419719675409 -41.48772447038961, 5.106839439350818 -41.1997037717847, 4 -40.48585078138043 M4 -40.48585078138043 C3.226755518282943 -39.970772582310005, 2.453511036565886 -39.45569438323958, 2 -39.15359892249448 M4 -40.48585078138043 C3.4635232813922476 -40.12848972857332, 2.9270465627844953 -39.771128675766214, 2 -39.15359892249448 M2 -39.15359892249448 C1.2302125071016459 -38.63260716202601, 0.4604250142032915 -38.111615401557536, 0 -37.8 M2 -39.15359892249448 C1.208274776976849 -38.61775971809656, 0.4165495539536981 -38.08192051369864, 0 -37.8 M0 -37.8 C-0.4578124050951365 -37.4901528108793, -0.915624810190273 -37.18030562175861, -2 -36.44640107750551 M0 -37.8 C-0.5771559024441317 -37.409381196170145, -1.1543118048882635 -37.018762392340285, -2 -36.44640107750551 M-2 -36.44640107750551 C-2.7173950287284736 -35.96852564721599, -3.4347900574569477 -35.49065021692646, -4 -35.11414921861956 M-2 -36.44640107750551 C-2.492103719682345 -36.118598029849764, -2.98420743936469 -35.790794982194015, -4 -35.11414921861956 M-4 -35.11414921861956 C-4.711110876422701 -34.655520254385074, -5.422221752845402 -34.19689129015058, -6.000000000000007 -33.82425483100547 M-4 -35.11414921861956 C-4.4839698420331775 -34.80201422711303, -4.967939684066354 -34.48987923560649, -6.000000000000007 -33.82425483100547 M-6.000000000000007 -33.82425483100547 C-6.523820129264297 -33.50284023723363, -7.047640258528586 -33.18142564346178, -7.999999999999993 -32.59706031970148 M-6.000000000000007 -33.82425483100547 C-6.495447931046769 -33.52024934019671, -6.990895862093532 -33.21624384938796, -7.999999999999993 -32.59706031970148 M-7.999999999999993 -32.59706031970148 C-8.66858649919001 -32.21424739870426, -9.337172998380026 -31.83143447770704, -10 -31.451919275241284 M-7.999999999999993 -32.59706031970148 C-8.485295652214665 -32.31919433467693, -8.97059130442934 -32.041328349652375, -10 -31.451919275241284 M-10 -31.451919275241284 C-10.705125273988624 -31.083481441034113, -11.410250547977247 -30.715043606826942, -12 -30.40689125597016 M-10 -31.451919275241284 C-10.778779101494573 -31.044996284298975, -11.557558202989146 -30.638073293356662, -12 -30.40689125597016 M-12 -30.40689125597016 C-12.42762199033836 -30.20838179905277, -12.855243980676718 -30.009872342135385, -14 -29.47845697802147 M-12 -30.40689125597016 C-12.76763354276819 -30.050542608965568, -13.535267085536379 -29.69419396196098, -14 -29.47845697802147 M-14 -29.47845697802147 C-14.511211378338995 -29.27468848725157, -15.02242275667799 -29.07091999648167, -16 -28.68125840457823 M-14 -29.47845697802147 C-14.477070701000933 -29.288296936886713, -14.954141402001868 -29.09813689575196, -16 -28.68125840457823 M-16 -28.68125840457823 C-16.45063334457334 -28.534038615369425, -16.901266689146684 -28.38681882616062, -18 -28.027867833366983 M-16 -28.68125840457823 C-16.49752929405075 -28.518717929761156, -16.995058588101504 -28.35617745494408, -18 -28.027867833366983 M-18 -28.027867833366983 C-18.641745332767666 -27.867663103064015, -19.283490665535332 -27.707458372761042, -20 -27.52858962401234 M-18 -28.027867833366983 C-18.61541479987981 -27.874236233719813, -19.230829599759627 -27.720604634072643, -20 -27.52858962401234 M-20 -27.52858962401234 C-20.790371134855537 -27.395296720522673, -21.580742269711074 -27.262003817033, -22 -27.191297692130156 M-20 -27.52858962401234 C-20.451127265063423 -27.452508830633356, -20.902254530126843 -27.376428037254374, -22 -27.191297692130156 M-22 -27.191297692130156 C-22.45235318773876 -27.15285075641211, -22.904706375477517 -27.11440382069406, -24 -27.021311332974662 M-22 -27.191297692130156 C-22.56273704632164 -27.14346888129709, -23.125474092643277 -27.095640070464025, -24 -27.021311332974662 M-24 -27.021311332974662 C-24.74611494252468 -27.021311332974662, -25.49222988504936 -27.021311332974662, -26 -27.021311332974662 M-24 -27.021311332974662 C-24.771025308028406 -27.021311332974662, -25.542050616056816 -27.021311332974662, -26 -27.021311332974662 M-26 -27.021311332974662 C-26.66895879939995 -27.07816826834218, -27.337917598799898 -27.13502520370969, -28 -27.19129769213016 M-26 -27.021311332974662 C-26.653626345092412 -27.07686511429985, -27.307252690184825 -27.132418895625037, -28 -27.19129769213016 M-28 -27.19129769213016 C-28.546737768060385 -27.28350281114118, -29.09347553612077 -27.375707930152196, -30 -27.528589624012337 M-28 -27.19129769213016 C-28.581827024418033 -27.28942047267377, -29.16365404883607 -27.387543253217377, -30 -27.528589624012337 M-30 -27.528589624012337 C-30.416972037795624 -27.632682150203117, -30.833944075591248 -27.736774676393892, -32 -28.027867833366983 M-30 -27.528589624012337 C-30.715717582787075 -27.70726072058112, -31.431435165574147 -27.885931817149903, -32 -28.027867833366983 M-32 -28.027867833366983 C-32.50246747345434 -28.192021588114685, -33.004934946908676 -28.35617534286239, -34 -28.681258404578237 M-32 -28.027867833366983 C-32.64322252449641 -28.238005599715308, -33.28644504899281 -28.448143366063636, -34 -28.681258404578237 M-34 -28.681258404578237 C-34.7710815680958 -28.988610967625412, -35.5421631361916 -29.295963530672584, -36 -29.478456978021477 M-34 -28.681258404578237 C-34.788302961686185 -28.99547540282689, -35.57660592337237 -29.309692401075544, -36 -29.478456978021477 M-36 -29.478456978021477 C-36.667315220442056 -29.78823614044912, -37.334630440884105 -30.098015302876764, -38 -30.406891255970162 M-36 -29.478456978021477 C-36.75512096551862 -29.828997072214072, -37.51024193103724 -30.17953716640667, -38 -30.406891255970162 M-38 -30.406891255970162 C-38.6500015866315 -30.746526191270465, -39.30000317326299 -31.08616112657077, -40 -31.451919275241295 M-38 -30.406891255970162 C-38.67508359707641 -30.759631893117756, -39.35016719415281 -31.11237253026535, -40 -31.451919275241295 M-40 -31.451919275241295 C-40.656130924760035 -31.82760050148246, -41.31226184952008 -32.20328172772363, -42 -32.59706031970147 M-40 -31.451919275241295 C-40.7937511433869 -31.906397781931062, -41.587502286773805 -32.36087628862083, -42 -32.59706031970147 M-42 -32.59706031970147 C-42.722227088497576 -33.04021687916112, -43.44445417699516 -33.48337343862077, -44 -33.824254831005476 M-42 -32.59706031970147 C-42.60403821382496 -32.967696510013404, -43.20807642764992 -33.33833270032534, -44 -33.824254831005476 M-44 -33.824254831005476 C-44.74110792554247 -34.30223030789226, -45.48221585108495 -34.780205784779035, -46 -35.114149218619566 M-44 -33.824254831005476 C-44.757823375500095 -34.31301089043565, -45.5156467510002 -34.801766949865815, -46 -35.114149218619566 M-46 -35.114149218619566 C-46.406589441334205 -35.38498898813001, -46.81317888266841 -35.65582875764046, -48 -36.44640107750551 M-46 -35.114149218619566 C-46.54024949786898 -35.47402341751864, -47.08049899573796 -35.833897616417715, -48 -36.44640107750551 M-48 -36.44640107750551 C-48.60208531939798 -36.85389209729894, -49.20417063879596 -37.26138311709237, -50 -37.800000000000004 M-48 -36.44640107750551 C-48.565083658018224 -36.82884939281187, -49.13016731603645 -37.211297708118224, -50 -37.800000000000004 M-50 -37.800000000000004 C-50 -9.800411078510216, -50 18.199177842979573, -50 37.8 M-50 -37.800000000000004 C-50 -10.989284338906007, -50 15.82143132218799, -50 37.8" stroke="#ccc" stroke-width="1.3" fill="none" stroke-dasharray="0 0" style=""></path></g><g class="label" style="" transform="translate(-23.7265625, -12)"><rect></rect><foreignObject width="47.453125" height="24"><div xmlns="http://www.w3.org/1999/xhtml" style="display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;"><span class="nodeLabel"><p>Report</p></span></div></foreignObject></g></g></g></g></g></g></svg>
|