blun-king-cli 9.1.587 → 9.1.588
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/CHANGELOG.md +11 -185
- package/LIESMICH.txt +51 -13
- package/README.md +44 -47
- package/agent-spine-plugin/.codex-plugin/plugin.json +16 -4
- package/agent-spine-plugin/CHANGELOG.md +37 -5
- package/agent-spine-plugin/README.md +3 -3
- package/agent-spine-plugin/blun.plugin.json +45 -10
- package/agent-spine-plugin/docs/artifact-evaluation.md +93 -0
- package/agent-spine-plugin/docs/host-integration.md +42 -27
- package/agent-spine-plugin/docs/preflight-recall.md +4 -2
- package/agent-spine-plugin/docs/session-timeline.md +97 -236
- package/agent-spine-plugin/docs/world-model.md +25 -0
- package/agent-spine-plugin/hooks/codex.json +1 -1
- package/agent-spine-plugin/hooks/hooks.json +1 -1
- package/agent-spine-plugin/package.json +1 -3
- package/agent-spine-plugin/scripts/check-hosts.js +3 -3
- package/agent-spine-plugin/scripts/release-check.js +10 -5
- package/agent-spine-plugin/scripts/run-checks.js +4 -1
- package/agent-spine-plugin/scripts/run-tests-hermetic.js +32 -6
- package/agent-spine-plugin/src/cli-learning.js +15 -0
- package/agent-spine-plugin/src/cli.js +2 -0
- package/agent-spine-plugin/src/hook.js +32 -32
- package/agent-spine-plugin/src/lib/action-lesson-recall.js +73 -8
- package/agent-spine-plugin/src/lib/briefing.js +146 -36
- package/agent-spine-plugin/src/lib/channel-continuity.js +19 -0
- package/agent-spine-plugin/src/lib/delivery-agent-usage.js +14 -7
- package/agent-spine-plugin/src/lib/gateway-group-response.js +128 -0
- package/agent-spine-plugin/src/lib/gateway-runs.js +24 -15
- package/agent-spine-plugin/src/lib/hook-briefing-use.js +13 -3
- package/agent-spine-plugin/src/lib/hook-context.js +16 -3
- package/agent-spine-plugin/src/lib/hook-output.js +129 -5
- package/agent-spine-plugin/src/lib/hook-timeline.js +5 -3
- package/agent-spine-plugin/src/lib/indexed-memory.js +2 -2
- package/agent-spine-plugin/src/lib/learning-artifact-evaluator.js +114 -0
- package/agent-spine-plugin/src/lib/learning-context.js +11 -4
- package/agent-spine-plugin/src/lib/learning-measurements.js +2 -2
- package/agent-spine-plugin/src/lib/mcp-runtime.js +89 -3
- package/agent-spine-plugin/src/lib/mcp-source-context.js +12 -2
- package/agent-spine-plugin/src/lib/mcp-timeline-tools.js +91 -8
- package/agent-spine-plugin/src/lib/mcp-world-tools.js +2 -2
- package/agent-spine-plugin/src/lib/owned-file-lock.js +20 -1
- package/agent-spine-plugin/src/lib/persona-runtime.js +2 -2
- package/agent-spine-plugin/src/lib/preflight-delivery-id.js +27 -0
- package/agent-spine-plugin/src/lib/preflight.js +4 -4
- package/agent-spine-plugin/src/lib/session-timeline-codex.js +15 -0
- package/agent-spine-plugin/src/lib/session-timeline-contract.js +12 -4
- package/agent-spine-plugin/src/lib/session-timeline-event-extract.js +36 -7
- package/agent-spine-plugin/src/lib/session-timeline-host-origin.js +13 -10
- package/agent-spine-plugin/src/lib/session-timeline-invocation.js +1 -1
- package/agent-spine-plugin/src/lib/session-timeline-king.js +14 -0
- package/agent-spine-plugin/src/lib/session-timeline-prior.js +18 -12
- package/agent-spine-plugin/src/lib/session-timeline-provider.js +5 -0
- package/agent-spine-plugin/src/lib/session-timeline-query.js +2 -0
- package/agent-spine-plugin/src/lib/session-timeline-results.js +35 -10
- package/agent-spine-plugin/src/lib/session-timeline-source-open.js +30 -0
- package/agent-spine-plugin/src/lib/session-timeline.js +122 -75
- package/agent-spine-plugin/src/lib/source-roots.js +3 -2
- package/agent-spine-plugin/src/lib/task-knowledge-context.js +22 -1
- package/agent-spine-plugin/src/lib/timeline-continuation-update.js +100 -0
- package/agent-spine-plugin/src/lib/timeline-tool-guard.js +30 -7
- package/agent-spine-plugin/src/lib/timeline-user-feedback.js +217 -0
- package/agent-spine-plugin/src/lib/timeline-world-capture.js +233 -0
- package/agent-spine-plugin/src/lib/world-knowledge.js +59 -2
- package/agent-spine-plugin/src/lib/world-model.js +64 -9
- package/agent-spine-plugin/src/worker.js +13 -1
- package/bin/blun.js +43 -28
- package/bin/core-bootstrap.js +5 -4
- package/bin/king.js +43 -28
- package/bin/launcher-mode.js +1 -10
- package/bin/launcher-runtime.js +128 -295
- package/bin/managed-node.js +0 -0
- package/bin/managed-plugin-selection.cjs +0 -1
- package/bin/native-module-repair.js +0 -0
- package/bin/node-runtime.js +0 -0
- package/bin/node-version.js +0 -0
- package/bin/plugin-bootstrap.js +56 -120
- package/bin/private-paths.js +11 -34
- package/bin/standard-tools-bootstrap.js +34 -114
- package/bin/turn-thinking-policy.cjs +3 -11
- package/bin/update-copy.js +200 -0
- package/bin/update-lease.js +0 -0
- package/bin/update-notice.js +136 -289
- package/bin/verify-agent-behavior.cjs +122 -0
- package/bin/verify-agent-components.cjs +104 -0
- package/bin/verify-bundled-agent-sources.cjs +57 -0
- package/blun.mjs +143076 -135288
- package/bundled-agent-sources.json +701 -0
- package/package.json +12 -15
- package/standard-skills/translate-native/README.md +1293 -0
- package/standard-skills/translate-native/SKILL.md +172 -22
- package/standard-skills/translate-native/VERSION +1 -1
- package/standard-skills/translate-native/agents/openai.yaml +18 -0
- package/standard-skills/translate-native/assets/icon.svg +8 -0
- package/standard-skills/translate-native/docs/BLUN_CODE_INTEGRATION.md +76 -0
- package/standard-skills/translate-native/docs/PREMORTEM.md +489 -0
- package/standard-skills/translate-native/docs/WEBSITE_LOCALIZATION.md +2035 -0
- package/standard-skills/translate-native/docs/WEBSITE_LOCALIZATION_API.md +1302 -0
- package/standard-skills/translate-native/docs/WEBSITE_LOCALIZATION_EVIDENCE_HTTP.md +136 -0
- package/standard-skills/translate-native/docs/WEBSITE_LOCALIZATION_HEALTH_HTTP.md +130 -0
- package/standard-skills/translate-native/docs/WEBSITE_LOCALIZATION_HTTP_PROVIDER.md +175 -0
- package/standard-skills/translate-native/docs/WEBSITE_LOCALIZATION_RECEIPT_VERIFIER_HTTP.md +86 -0
- package/standard-skills/translate-native/integrations/AGENT_RULES.md +32 -0
- package/standard-skills/translate-native/integrations/adapters/blun-code-language-guard.js +514 -0
- package/standard-skills/translate-native/integrations/adapters/node-language-guard.js +230 -0
- package/standard-skills/translate-native/integrations/audit_log.py +327 -0
- package/standard-skills/translate-native/integrations/claude_language_hook.js +1536 -0
- package/standard-skills/translate-native/integrations/commercial_localization_profile.py +42 -0
- package/standard-skills/translate-native/integrations/delivery-policy.example.json +28 -0
- package/standard-skills/translate-native/integrations/enforced_delivery.py +543 -0
- package/standard-skills/translate-native/integrations/guard_service.py +435 -0
- package/standard-skills/translate-native/integrations/language_gateway.py +67 -0
- package/standard-skills/translate-native/integrations/mcp_auth_headers.py +198 -0
- package/standard-skills/translate-native/integrations/mcp_http_gateway.py +429 -0
- package/standard-skills/translate-native/integrations/non_language_html_entities.js +1485 -0
- package/standard-skills/translate-native/integrations/pre_output_guard.py +65 -0
- package/standard-skills/translate-native/integrations/task_router.py +101 -0
- package/standard-skills/translate-native/integrations/website_localization.py +401 -0
- package/standard-skills/translate-native/integrations/website_localization_api.py +581 -0
- package/standard-skills/translate-native/integrations/website_localization_benchmark.py +1885 -0
- package/standard-skills/translate-native/integrations/website_localization_benchmark_campaign.py +1772 -0
- package/standard-skills/translate-native/integrations/website_localization_benchmark_candidate.py +506 -0
- package/standard-skills/translate-native/integrations/website_localization_benchmark_http.py +400 -0
- package/standard-skills/translate-native/integrations/website_localization_benchmark_review_store.py +781 -0
- package/standard-skills/translate-native/integrations/website_localization_benchmark_reviewer_http.py +500 -0
- package/standard-skills/translate-native/integrations/website_localization_benchmark_runtime.py +1107 -0
- package/standard-skills/translate-native/integrations/website_localization_benchmark_suite.py +463 -0
- package/standard-skills/translate-native/integrations/website_localization_cms.py +2835 -0
- package/standard-skills/translate-native/integrations/website_localization_cms_client.py +875 -0
- package/standard-skills/translate-native/integrations/website_localization_cms_dispatch.py +805 -0
- package/standard-skills/translate-native/integrations/website_localization_cms_http.py +588 -0
- package/standard-skills/translate-native/integrations/website_localization_cms_lifecycle_monitor.py +991 -0
- package/standard-skills/translate-native/integrations/website_localization_cms_receiver.py +1441 -0
- package/standard-skills/translate-native/integrations/website_localization_cms_receiver_runtime.py +414 -0
- package/standard-skills/translate-native/integrations/website_localization_cms_receiver_store.py +1073 -0
- package/standard-skills/translate-native/integrations/website_localization_cms_removal_dispatch.py +865 -0
- package/standard-skills/translate-native/integrations/website_localization_cms_source_client.py +583 -0
- package/standard-skills/translate-native/integrations/website_localization_cms_source_delivery.py +964 -0
- package/standard-skills/translate-native/integrations/website_localization_cms_source_delivery_runtime.py +665 -0
- package/standard-skills/translate-native/integrations/website_localization_cms_source_http.py +1153 -0
- package/standard-skills/translate-native/integrations/website_localization_cms_source_runtime.py +675 -0
- package/standard-skills/translate-native/integrations/website_localization_cms_source_service.py +1125 -0
- package/standard-skills/translate-native/integrations/website_localization_cms_terminal_notification.py +674 -0
- package/standard-skills/translate-native/integrations/website_localization_cms_terminal_notification_http.py +444 -0
- package/standard-skills/translate-native/integrations/website_localization_cms_terminal_notification_receiver.py +1469 -0
- package/standard-skills/translate-native/integrations/website_localization_cms_terminal_notification_receiver_runtime.py +1142 -0
- package/standard-skills/translate-native/integrations/website_localization_cms_terminal_processing_monitor.py +634 -0
- package/standard-skills/translate-native/integrations/website_localization_cms_terminal_receiver_client.py +804 -0
- package/standard-skills/translate-native/integrations/website_localization_deepl_baseline.py +922 -0
- package/standard-skills/translate-native/integrations/website_localization_evidence_http.py +482 -0
- package/standard-skills/translate-native/integrations/website_localization_health.py +1541 -0
- package/standard-skills/translate-native/integrations/website_localization_health_http.py +372 -0
- package/standard-skills/translate-native/integrations/website_localization_http_provider.py +297 -0
- package/standard-skills/translate-native/integrations/website_localization_native_reference_http.py +479 -0
- package/standard-skills/translate-native/integrations/website_localization_native_reference_intake.py +363 -0
- package/standard-skills/translate-native/integrations/website_localization_native_reference_queue.py +1449 -0
- package/standard-skills/translate-native/integrations/website_localization_native_reference_store.py +420 -0
- package/standard-skills/translate-native/integrations/website_localization_quality_profiles.py +235 -0
- package/standard-skills/translate-native/integrations/website_localization_queue.py +671 -0
- package/standard-skills/translate-native/integrations/website_localization_receipt_verifier_http.py +516 -0
- package/standard-skills/translate-native/integrations/website_localization_release.py +928 -0
- package/standard-skills/translate-native/integrations/website_localization_release_coordinator.py +1008 -0
- package/standard-skills/translate-native/integrations/website_localization_runner.py +276 -0
- package/standard-skills/translate-native/integrations/website_localization_runtime.py +862 -0
- package/standard-skills/translate-native/integrations/website_localization_service.py +350 -0
- package/standard-skills/translate-native/integrations/website_localization_supervisor.py +511 -0
- package/standard-skills/translate-native/integrations/website_localization_worker.py +663 -0
- package/standard-skills/translate-native/provenance.json +3 -4
- package/standard-skills/translate-native/references/commercial-localization.md +177 -0
- package/standard-skills/translate-native/scripts/blun_language_guard.py +7 -1
- package/standard-skills/translate-native/scripts/check_commercial_review.py +80 -0
- package/standard-skills/translate-native/scripts/commercial_localization_profile.py +333 -0
- package/standard-tools/language-guard/LICENSE +21 -0
- package/standard-tools/language-guard/VERSION +1 -0
- package/standard-tools/language-guard/blun_language_guard.py +7 -1
- package/standard-tools/language-guard/check_commercial_review.py +80 -0
- package/standard-tools/language-guard/commercial_localization_profile.py +333 -0
- package/standard-tools/language-guard/language_gateway.py +62 -0
- package/standard-tools/language-guard/pre_output_guard.py +64 -0
- package/standard-tools/language-guard/provenance.json +4 -11
- package/standard-tools/manifest.json +34 -11
- package/telegram-plugin/commands/access.md +2 -10
- package/telegram-plugin/dist/bridge.mjs +64041 -687
- package/telegram-plugin/dist/mcp-server.mjs +72810 -9027
- package/telegram-plugin/dist/noise.mjs +28 -63511
- package/agent-spine-plugin/CONTRIBUTING.md +0 -52
- package/agent-spine-plugin/SECURITY.md +0 -47
- package/agent-spine-plugin/docs/assignment-continuation.md +0 -48
- package/agent-spine-plugin/docs/releasing.md +0 -85
- package/agent-spine-plugin/docs/structured-completion.md +0 -67
- package/bin/abort-listener-policy.cjs +0 -43
- package/bin/active-steer-priority-policy.cjs +0 -24
- package/bin/agent-api-http-adapter.mjs +0 -446
- package/bin/agent-api-private-http-server.mjs +0 -288
- package/bin/agent-api-runtime.mjs +0 -252
- package/bin/agent-api-service-environment.mjs +0 -236
- package/bin/agent-api-service-host.mjs +0 -209
- package/bin/agent-api-service-process.mjs +0 -171
- package/bin/agent-api-session-registry.mjs +0 -428
- package/bin/agent-api-tool-broker.cjs +0 -248
- package/bin/agent-api-turn-controller.mjs +0 -461
- package/bin/agent-api-usage-journal.cjs +0 -259
- package/bin/agent-resume-snapshot.cjs +0 -241
- package/bin/agentspine-king-goal-inbox.mjs +0 -111
- package/bin/agentspine-king-goal-intake.mjs +0 -106
- package/bin/approval-rejection-stop.cjs +0 -15
- package/bin/assistant-message-offload-policy.cjs +0 -284
- package/bin/baseline-skill-performance-policy.cjs +0 -39
- package/bin/bash-search-scope-policy.cjs +0 -49
- package/bin/codebase-search-runtime.cjs +0 -23
- package/bin/cognitive-action-checkpoint.cjs +0 -1104
- package/bin/cognitive-attention-delivery.cjs +0 -76
- package/bin/cognitive-attention-policy.cjs +0 -143
- package/bin/cognitive-attention-runtime.cjs +0 -91
- package/bin/cognitive-context-projection.cjs +0 -73
- package/bin/cognitive-cross-portal-acceptance.cjs +0 -443
- package/bin/cognitive-effective-view.cjs +0 -77
- package/bin/cognitive-focus-projection.cjs +0 -206
- package/bin/cognitive-focus-scope.cjs +0 -37
- package/bin/cognitive-goal-autostart-policy.cjs +0 -72
- package/bin/cognitive-goal-time-trigger-controller.cjs +0 -146
- package/bin/cognitive-memory-adapter.cjs +0 -282
- package/bin/cognitive-memory-command.cjs +0 -293
- package/bin/cognitive-memory-provider.cjs +0 -92
- package/bin/cognitive-salience-policy.cjs +0 -159
- package/bin/cognitive-state-store.cjs +0 -508
- package/bin/cognitive-turn-lifecycle.cjs +0 -624
- package/bin/cognitive-work-focus.cjs +0 -180
- package/bin/compaction-history-archive.cjs +0 -166
- package/bin/compaction-history-startup.cjs +0 -50
- package/bin/compaction-model-policy.cjs +0 -31
- package/bin/compaction-stage-policy.cjs +0 -21
- package/bin/compaction-transaction-policy.cjs +0 -122
- package/bin/config-write-dedup-policy.cjs +0 -27
- package/bin/context-budget-ledger.cjs +0 -31
- package/bin/context-doctor-policy.cjs +0 -70
- package/bin/context-insight-policy.cjs +0 -36
- package/bin/context-performance-policy.cjs +0 -19
- package/bin/context-pressure-policy.cjs +0 -20
- package/bin/cron-run-output.cjs +0 -45
- package/bin/cron-run-store.cjs +0 -145
- package/bin/curiosity-scout-policy.cjs +0 -49
- package/bin/default-model-output-budget-policy.cjs +0 -28
- package/bin/durable-task-resume-policy.cjs +0 -130
- package/bin/durable-task-resume-runtime.cjs +0 -117
- package/bin/durable-task-resume-store.cjs +0 -88
- package/bin/editable-tool-approval-policy.cjs +0 -540
- package/bin/editable-tool-approval-runtime.cjs +0 -99
- package/bin/effective-system-prompt-cache-policy.cjs +0 -33
- package/bin/error-memory-performance-policy.cjs +0 -113
- package/bin/file-observation-policy.cjs +0 -133
- package/bin/foreground-output-capture-policy.cjs +0 -41
- package/bin/generated-source-health.cjs +0 -142
- package/bin/glob-pattern-policy.cjs +0 -13
- package/bin/goal-completion-evidence-policy.cjs +0 -120
- package/bin/grep-output-limit-policy.cjs +0 -39
- package/bin/historical-media-projection-policy.cjs +0 -48
- package/bin/history-offload-pressure-policy.cjs +0 -33
- package/bin/html-to-research-markdown.cjs +0 -147
- package/bin/identity-context-policy.cjs +0 -764
- package/bin/identity-journal-policy.cjs +0 -107
- package/bin/input-draft-persistence.cjs +0 -77
- package/bin/king-tui-function-contract.json +0 -33
- package/bin/launcher-restart-policy.cjs +0 -150
- package/bin/live-response-repetition-guard.cjs +0 -196
- package/bin/llm-config-log-dedup-policy.cjs +0 -76
- package/bin/loop-event-record-policy.cjs +0 -174
- package/bin/managed-context-startup-policy.cjs +0 -27
- package/bin/media-activity-layout-policy.cjs +0 -34
- package/bin/media-auto-retrieval-policy.cjs +0 -90
- package/bin/media-result-policy.cjs +0 -59
- package/bin/micro-compaction-policy.cjs +0 -145
- package/bin/mistake-relevance-policy.cjs +0 -319
- package/bin/model-retry-progress-policy.cjs +0 -46
- package/bin/native-large-file-io.cjs +0 -42
- package/bin/native-runtime-cache.cjs +0 -76
- package/bin/natural-presence-policy.cjs +0 -28
- package/bin/noninteractive-shell-env-policy.cjs +0 -19
- package/bin/observer-hooks.cjs +0 -14
- package/bin/outbound-claim-provenance.cjs +0 -150
- package/bin/oversized-context-offload-policy.cjs +0 -86
- package/bin/pending-media-policy.cjs +0 -182
- package/bin/pending-token-estimate-policy.cjs +0 -41
- package/bin/personal-memory-consent-policy.cjs +0 -72
- package/bin/personal-memory-performance-policy.cjs +0 -12
- package/bin/personality-choice-policy.cjs +0 -101
- package/bin/personality-memory-adapter.cjs +0 -379
- package/bin/personality-mode.cjs +0 -46
- package/bin/personality-setup-policy.cjs +0 -197
- package/bin/proactive-compaction-policy.cjs +0 -25
- package/bin/profile-identity-resolution.cjs +0 -136
- package/bin/profile-runtime.cjs +0 -318
- package/bin/profile-tool-exclusion-policy.cjs +0 -37
- package/bin/programmatic-context-isolation.cjs +0 -25
- package/bin/programmatic-tool-runtime.mjs +0 -627
- package/bin/provider-idle-timeout-policy.cjs +0 -14
- package/bin/provider-model-refresh-deadline.cjs +0 -53
- package/bin/provider-model-refresh-policy.cjs +0 -107
- package/bin/rate-limit-recovery-policy.cjs +0 -47
- package/bin/read-batch-policy.cjs +0 -32
- package/bin/read-continuation-policy.cjs +0 -59
- package/bin/recurring-cron-history-policy.cjs +0 -124
- package/bin/relationship-continuity-policy.cjs +0 -143
- package/bin/relationship-curiosity-policy.cjs +0 -107
- package/bin/relationship-learning-policy.cjs +0 -168
- package/bin/release-artifact-freeze-policy.cjs +0 -30
- package/bin/reload-plugin-bootstrap.cjs +0 -18
- package/bin/reload-queue-policy.cjs +0 -38
- package/bin/repeated-assistant-response-policy.cjs +0 -232
- package/bin/repeated-injection-projection.cjs +0 -107
- package/bin/repeated-user-message-projection.cjs +0 -8
- package/bin/research-page-result.cjs +0 -74
- package/bin/retry-checkpoint-policy.cjs +0 -13
- package/bin/runtime-exit-ledger.cjs +0 -144
- package/bin/scoped-cron-run-policy.cjs +0 -358
- package/bin/session-checkpoint-policy.cjs +0 -25
- package/bin/session-compaction-policy.cjs +0 -84
- package/bin/session-replay-policy.cjs +0 -20
- package/bin/session-replay-window-policy.cjs +0 -40
- package/bin/session-resume-checkpoint.cjs +0 -254
- package/bin/session-scrollback-archive.cjs +0 -229
- package/bin/skill-activation-performance-policy.cjs +0 -69
- package/bin/skill-listing-performance-policy.cjs +0 -92
- package/bin/soul-organization-policy.cjs +0 -78
- package/bin/soul-preservation-policy.cjs +0 -20
- package/bin/startup-preferences.cjs +0 -131
- package/bin/streaming-flush-performance-policy.cjs +0 -28
- package/bin/structured-agent-swarm-output.cjs +0 -325
- package/bin/structured-subagent-output.cjs +0 -252
- package/bin/subagent-context-fork-policy.cjs +0 -155
- package/bin/subagent-max-tokens-handoff-policy.cjs +0 -69
- package/bin/subagent-parent-responsiveness.cjs +0 -19
- package/bin/subagent-skill-policy.cjs +0 -206
- package/bin/subagent-timeout-policy.cjs +0 -182
- package/bin/subagent-tool-policy.cjs +0 -60
- package/bin/subagent-usage-rollup-policy.cjs +0 -29
- package/bin/system-prompt-context-policy.cjs +0 -124
- package/bin/system-prompt-token-cache-policy.cjs +0 -60
- package/bin/telegram-addressed-focus.cjs +0 -55
- package/bin/telegram-addressed-priority.cjs +0 -12
- package/bin/telegram-approval-relay.cjs +0 -290
- package/bin/telegram-bot-priority.cjs +0 -17
- package/bin/telegram-console-status-policy.cjs +0 -174
- package/bin/telegram-context-projection-policy.cjs +0 -141
- package/bin/telegram-delivery-lifecycle.cjs +0 -125
- package/bin/telegram-direct-focus-policy.cjs +0 -273
- package/bin/telegram-mcp-compatibility.cjs +0 -49
- package/bin/telegram-media-delivery-policy.cjs +0 -42
- package/bin/telegram-private-conversation-policy.cjs +0 -185
- package/bin/telegram-queue-handoff-policy.cjs +0 -73
- package/bin/telegram-remote-status-policy.cjs +0 -120
- package/bin/telegram-session-queue-runtime.mjs +0 -306
- package/bin/telegram-text-chunk-policy.cjs +0 -63
- package/bin/telegram-truncated-reply-policy.cjs +0 -37
- package/bin/telegram-urgent-policy.cjs +0 -45
- package/bin/telemetry-spool-policy.cjs +0 -57
- package/bin/thinking-activity-status-policy.cjs +0 -132
- package/bin/thinking-only-guard.cjs +0 -80
- package/bin/todo-list-turn-policy.cjs +0 -131
- package/bin/tool-call-loop-policy.cjs +0 -51
- package/bin/tool-file-persistence.cjs +0 -141
- package/bin/tool-result-offload-policy.cjs +0 -359
- package/bin/tool-result-offload-telemetry.cjs +0 -12
- package/bin/tool-schema-token-cache-policy.cjs +0 -41
- package/bin/tool-stream-preview-policy.cjs +0 -9
- package/bin/tui-functional-contract.cjs +0 -55
- package/bin/turn-tool-performance-policy.cjs +0 -486
- package/bin/usage-cache-efficiency-policy.cjs +0 -26
- package/bin/user-home-path-policy.cjs +0 -13
- package/bin/user-message-offload-policy.cjs +0 -103
- package/bin/user-prompt-hook-origin-policy.cjs +0 -34
- package/bin/user-tool-record-policy.cjs +0 -7
- package/bin/validated-learning-insight-policy.cjs +0 -58
- package/bin/validated-learning-outcome-trace.cjs +0 -107
- package/bin/validated-learning-performance-policy.cjs +0 -53
- package/bin/validated-learning-signal.cjs +0 -463
- package/bin/windows-bash-dialect-policy.cjs +0 -25
- package/bin/windows-node-crash-dump.cjs +0 -110
- package/bin/write-continuation-policy.cjs +0 -69
- package/codebase-index/README.md +0 -82
- package/codebase-index/codebase_index.py +0 -470
- package/standard-skills/agent-browser/SKILL.md +0 -19
- package/standard-skills/agent-browser/references/runtime.md +0 -8
- package/standard-skills/blun-session-inspector/SKILL.md +0 -41
- package/standard-skills/blun-session-inspector/scripts/inspect-session.cjs +0 -437
- package/standard-skills/design-taste-frontend/SKILL.md +0 -1206
- package/standard-skills/full-output-enforcement/SKILL.md +0 -49
- package/standard-skills/high-end-visual-design/SKILL.md +0 -98
- package/standard-skills/image-to-code/SKILL.md +0 -1228
- package/standard-skills/industrial-brutalist-ui/SKILL.md +0 -92
- package/standard-skills/minimalist-ui/SKILL.md +0 -85
- package/standard-skills/motion-design-taste/SKILL.md +0 -74
- package/standard-skills/playwright-testing/SKILL.md +0 -19
- package/standard-skills/playwright-testing/references/runtime.md +0 -7
- package/standard-skills/premortem/SKILL.md +0 -148
- package/standard-skills/redesign-existing-projects/SKILL.md +0 -178
- package/standard-skills/research-evidence/SKILL.md +0 -39
- package/standard-skills/research-evidence/references/evidence-format.md +0 -104
- package/standard-skills/research-evidence/scripts/evidence-collection.cjs +0 -260
- package/standard-skills/research-evidence/scripts/score-report.cjs +0 -130
- package/standard-skills/screenshot-lesen/SKILL.md +0 -52
- package/standard-skills/stitch-design-taste/DESIGN.md +0 -121
- package/standard-skills/stitch-design-taste/SKILL.md +0 -184
- package/standard-skills/telegram-channel/SKILL.md +0 -18
- package/standard-skills/telegram-channel/references/runtime.md +0 -7
- package/standard-skills/venture-flywheel/SKILL.md +0 -32
- package/standard-skills/venture-flywheel/identity/project-identity.cjs +0 -146
- package/standard-skills/venture-flywheel/policy/capability-engine.cjs +0 -114
- package/standard-skills/venture-flywheel/policy/repository-trust.cjs +0 -229
- package/standard-skills/venture-flywheel/references/BEISPIELE-phase0.md +0 -146
- package/standard-skills/venture-flywheel/references/CAPABILITY-MAP.md +0 -34
- package/standard-skills/venture-flywheel/references/SPEC-phase0-identity-trust.md +0 -77
- package/standard-skills/venture-flywheel/references/SPEC-phase0-state-events.md +0 -93
- package/standard-skills/venture-flywheel/schemas/capability-decision.schema.json +0 -13
- package/standard-skills/venture-flywheel/schemas/execution-event.schema.json +0 -44
- package/standard-skills/venture-flywheel/schemas/project-identity.schema.json +0 -32
- package/standard-skills/venture-flywheel/schemas/repository-trust.schema.json +0 -57
- package/standard-skills/venture-flywheel/schemas/run-transition.schema.json +0 -59
- package/standard-skills/venture-flywheel/state/execution-event.cjs +0 -191
- package/standard-skills/venture-flywheel/state/task-state-machine.cjs +0 -190
- package/standard-skills/web-lesen/SKILL.md +0 -73
- package/standard-skills/web-lesen/scripts/crawl_public.py +0 -379
- package/standard-skills/windows-mcp/SKILL.md +0 -19
- package/standard-skills/windows-mcp/references/runtime.md +0 -9
- package/telegram-plugin/DELIVERY.md +0 -36
- package/telegram-plugin/bin/telegram-approval-relay.cjs +0 -290
- package/telegram-plugin/bin/telegram-console-status-policy.cjs +0 -175
- package/telegram-plugin/bin/telegram-delivery-lifecycle.cjs +0 -125
- package/telegram-plugin/bin/telegram-direct-reply-policy.cjs +0 -48
- package/telegram-plugin/bin/telegram-launcher-status-queue.cjs +0 -122
- package/telegram-plugin/bin/telegram-private-conversation-policy.cjs +0 -186
- package/telegram-plugin/bin/telegram-remote-status-policy.cjs +0 -121
- package/telegram-plugin/bin/telegram-reply-parts.cjs +0 -149
- package/telegram-plugin/bin/telegram-text-chunk-policy.cjs +0 -63
- package/telegram-plugin/bin/telegram-typing-keepalive.cjs +0 -89
- package/telegram-plugin/compat/mcp-server-fa511cd1.mjs +0 -73825
- /package/{bin → scripts}/fix-node-pty-perms.js +0 -0
|
@@ -0,0 +1,1485 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
// Generated from https://html.spec.whatwg.org/entities.json.
|
|
4
|
+
// Only semicolon-terminated names whose rendered characters contain neither
|
|
5
|
+
// Unicode letters nor linguistic combining marks belong in this allowlist.
|
|
6
|
+
module.exports = Object.freeze([
|
|
7
|
+
"AMP",
|
|
8
|
+
"And",
|
|
9
|
+
"ApplyFunction",
|
|
10
|
+
"Assign",
|
|
11
|
+
"Backslash",
|
|
12
|
+
"Barv",
|
|
13
|
+
"Barwed",
|
|
14
|
+
"Because",
|
|
15
|
+
"Breve",
|
|
16
|
+
"Bumpeq",
|
|
17
|
+
"COPY",
|
|
18
|
+
"Cap",
|
|
19
|
+
"Cconint",
|
|
20
|
+
"Cedilla",
|
|
21
|
+
"CenterDot",
|
|
22
|
+
"CircleDot",
|
|
23
|
+
"CircleMinus",
|
|
24
|
+
"CirclePlus",
|
|
25
|
+
"CircleTimes",
|
|
26
|
+
"ClockwiseContourIntegral",
|
|
27
|
+
"CloseCurlyDoubleQuote",
|
|
28
|
+
"CloseCurlyQuote",
|
|
29
|
+
"Colon",
|
|
30
|
+
"Colone",
|
|
31
|
+
"Congruent",
|
|
32
|
+
"Conint",
|
|
33
|
+
"ContourIntegral",
|
|
34
|
+
"Coproduct",
|
|
35
|
+
"CounterClockwiseContourIntegral",
|
|
36
|
+
"Cross",
|
|
37
|
+
"Cup",
|
|
38
|
+
"CupCap",
|
|
39
|
+
"DDotrahd",
|
|
40
|
+
"Dagger",
|
|
41
|
+
"Darr",
|
|
42
|
+
"Dashv",
|
|
43
|
+
"Del",
|
|
44
|
+
"DiacriticalAcute",
|
|
45
|
+
"DiacriticalDot",
|
|
46
|
+
"DiacriticalDoubleAcute",
|
|
47
|
+
"DiacriticalGrave",
|
|
48
|
+
"DiacriticalTilde",
|
|
49
|
+
"Diamond",
|
|
50
|
+
"Dot",
|
|
51
|
+
"DotEqual",
|
|
52
|
+
"DoubleContourIntegral",
|
|
53
|
+
"DoubleDot",
|
|
54
|
+
"DoubleDownArrow",
|
|
55
|
+
"DoubleLeftArrow",
|
|
56
|
+
"DoubleLeftRightArrow",
|
|
57
|
+
"DoubleLeftTee",
|
|
58
|
+
"DoubleLongLeftArrow",
|
|
59
|
+
"DoubleLongLeftRightArrow",
|
|
60
|
+
"DoubleLongRightArrow",
|
|
61
|
+
"DoubleRightArrow",
|
|
62
|
+
"DoubleRightTee",
|
|
63
|
+
"DoubleUpArrow",
|
|
64
|
+
"DoubleUpDownArrow",
|
|
65
|
+
"DoubleVerticalBar",
|
|
66
|
+
"DownArrow",
|
|
67
|
+
"DownArrowBar",
|
|
68
|
+
"DownArrowUpArrow",
|
|
69
|
+
"DownLeftRightVector",
|
|
70
|
+
"DownLeftTeeVector",
|
|
71
|
+
"DownLeftVector",
|
|
72
|
+
"DownLeftVectorBar",
|
|
73
|
+
"DownRightTeeVector",
|
|
74
|
+
"DownRightVector",
|
|
75
|
+
"DownRightVectorBar",
|
|
76
|
+
"DownTee",
|
|
77
|
+
"DownTeeArrow",
|
|
78
|
+
"Downarrow",
|
|
79
|
+
"Element",
|
|
80
|
+
"EmptySmallSquare",
|
|
81
|
+
"EmptyVerySmallSquare",
|
|
82
|
+
"Equal",
|
|
83
|
+
"EqualTilde",
|
|
84
|
+
"Equilibrium",
|
|
85
|
+
"Esim",
|
|
86
|
+
"Exists",
|
|
87
|
+
"FilledSmallSquare",
|
|
88
|
+
"FilledVerySmallSquare",
|
|
89
|
+
"ForAll",
|
|
90
|
+
"GT",
|
|
91
|
+
"Gg",
|
|
92
|
+
"GreaterEqual",
|
|
93
|
+
"GreaterEqualLess",
|
|
94
|
+
"GreaterFullEqual",
|
|
95
|
+
"GreaterGreater",
|
|
96
|
+
"GreaterLess",
|
|
97
|
+
"GreaterSlantEqual",
|
|
98
|
+
"GreaterTilde",
|
|
99
|
+
"Gt",
|
|
100
|
+
"Hat",
|
|
101
|
+
"HorizontalLine",
|
|
102
|
+
"HumpDownHump",
|
|
103
|
+
"HumpEqual",
|
|
104
|
+
"Implies",
|
|
105
|
+
"Int",
|
|
106
|
+
"Integral",
|
|
107
|
+
"Intersection",
|
|
108
|
+
"InvisibleComma",
|
|
109
|
+
"InvisibleTimes",
|
|
110
|
+
"LT",
|
|
111
|
+
"Lang",
|
|
112
|
+
"Larr",
|
|
113
|
+
"LeftAngleBracket",
|
|
114
|
+
"LeftArrow",
|
|
115
|
+
"LeftArrowBar",
|
|
116
|
+
"LeftArrowRightArrow",
|
|
117
|
+
"LeftCeiling",
|
|
118
|
+
"LeftDoubleBracket",
|
|
119
|
+
"LeftDownTeeVector",
|
|
120
|
+
"LeftDownVector",
|
|
121
|
+
"LeftDownVectorBar",
|
|
122
|
+
"LeftFloor",
|
|
123
|
+
"LeftRightArrow",
|
|
124
|
+
"LeftRightVector",
|
|
125
|
+
"LeftTee",
|
|
126
|
+
"LeftTeeArrow",
|
|
127
|
+
"LeftTeeVector",
|
|
128
|
+
"LeftTriangle",
|
|
129
|
+
"LeftTriangleBar",
|
|
130
|
+
"LeftTriangleEqual",
|
|
131
|
+
"LeftUpDownVector",
|
|
132
|
+
"LeftUpTeeVector",
|
|
133
|
+
"LeftUpVector",
|
|
134
|
+
"LeftUpVectorBar",
|
|
135
|
+
"LeftVector",
|
|
136
|
+
"LeftVectorBar",
|
|
137
|
+
"Leftarrow",
|
|
138
|
+
"Leftrightarrow",
|
|
139
|
+
"LessEqualGreater",
|
|
140
|
+
"LessFullEqual",
|
|
141
|
+
"LessGreater",
|
|
142
|
+
"LessLess",
|
|
143
|
+
"LessSlantEqual",
|
|
144
|
+
"LessTilde",
|
|
145
|
+
"Ll",
|
|
146
|
+
"Lleftarrow",
|
|
147
|
+
"LongLeftArrow",
|
|
148
|
+
"LongLeftRightArrow",
|
|
149
|
+
"LongRightArrow",
|
|
150
|
+
"Longleftarrow",
|
|
151
|
+
"Longleftrightarrow",
|
|
152
|
+
"Longrightarrow",
|
|
153
|
+
"LowerLeftArrow",
|
|
154
|
+
"LowerRightArrow",
|
|
155
|
+
"Lsh",
|
|
156
|
+
"Lt",
|
|
157
|
+
"Map",
|
|
158
|
+
"MediumSpace",
|
|
159
|
+
"MinusPlus",
|
|
160
|
+
"NegativeMediumSpace",
|
|
161
|
+
"NegativeThickSpace",
|
|
162
|
+
"NegativeThinSpace",
|
|
163
|
+
"NegativeVeryThinSpace",
|
|
164
|
+
"NestedGreaterGreater",
|
|
165
|
+
"NestedLessLess",
|
|
166
|
+
"NewLine",
|
|
167
|
+
"NoBreak",
|
|
168
|
+
"NonBreakingSpace",
|
|
169
|
+
"Not",
|
|
170
|
+
"NotCongruent",
|
|
171
|
+
"NotCupCap",
|
|
172
|
+
"NotDoubleVerticalBar",
|
|
173
|
+
"NotElement",
|
|
174
|
+
"NotEqual",
|
|
175
|
+
"NotExists",
|
|
176
|
+
"NotGreater",
|
|
177
|
+
"NotGreaterEqual",
|
|
178
|
+
"NotGreaterLess",
|
|
179
|
+
"NotGreaterTilde",
|
|
180
|
+
"NotLeftTriangle",
|
|
181
|
+
"NotLeftTriangleEqual",
|
|
182
|
+
"NotLess",
|
|
183
|
+
"NotLessEqual",
|
|
184
|
+
"NotLessGreater",
|
|
185
|
+
"NotLessTilde",
|
|
186
|
+
"NotPrecedes",
|
|
187
|
+
"NotPrecedesSlantEqual",
|
|
188
|
+
"NotReverseElement",
|
|
189
|
+
"NotRightTriangle",
|
|
190
|
+
"NotRightTriangleEqual",
|
|
191
|
+
"NotSquareSubsetEqual",
|
|
192
|
+
"NotSquareSupersetEqual",
|
|
193
|
+
"NotSubsetEqual",
|
|
194
|
+
"NotSucceeds",
|
|
195
|
+
"NotSucceedsSlantEqual",
|
|
196
|
+
"NotSupersetEqual",
|
|
197
|
+
"NotTilde",
|
|
198
|
+
"NotTildeEqual",
|
|
199
|
+
"NotTildeFullEqual",
|
|
200
|
+
"NotTildeTilde",
|
|
201
|
+
"NotVerticalBar",
|
|
202
|
+
"OpenCurlyDoubleQuote",
|
|
203
|
+
"OpenCurlyQuote",
|
|
204
|
+
"Or",
|
|
205
|
+
"Otimes",
|
|
206
|
+
"OverBar",
|
|
207
|
+
"OverBrace",
|
|
208
|
+
"OverBracket",
|
|
209
|
+
"OverParenthesis",
|
|
210
|
+
"PartialD",
|
|
211
|
+
"PlusMinus",
|
|
212
|
+
"Pr",
|
|
213
|
+
"Precedes",
|
|
214
|
+
"PrecedesEqual",
|
|
215
|
+
"PrecedesSlantEqual",
|
|
216
|
+
"PrecedesTilde",
|
|
217
|
+
"Prime",
|
|
218
|
+
"Product",
|
|
219
|
+
"Proportion",
|
|
220
|
+
"Proportional",
|
|
221
|
+
"QUOT",
|
|
222
|
+
"RBarr",
|
|
223
|
+
"REG",
|
|
224
|
+
"Rang",
|
|
225
|
+
"Rarr",
|
|
226
|
+
"Rarrtl",
|
|
227
|
+
"ReverseElement",
|
|
228
|
+
"ReverseEquilibrium",
|
|
229
|
+
"ReverseUpEquilibrium",
|
|
230
|
+
"RightAngleBracket",
|
|
231
|
+
"RightArrow",
|
|
232
|
+
"RightArrowBar",
|
|
233
|
+
"RightArrowLeftArrow",
|
|
234
|
+
"RightCeiling",
|
|
235
|
+
"RightDoubleBracket",
|
|
236
|
+
"RightDownTeeVector",
|
|
237
|
+
"RightDownVector",
|
|
238
|
+
"RightDownVectorBar",
|
|
239
|
+
"RightFloor",
|
|
240
|
+
"RightTee",
|
|
241
|
+
"RightTeeArrow",
|
|
242
|
+
"RightTeeVector",
|
|
243
|
+
"RightTriangle",
|
|
244
|
+
"RightTriangleBar",
|
|
245
|
+
"RightTriangleEqual",
|
|
246
|
+
"RightUpDownVector",
|
|
247
|
+
"RightUpTeeVector",
|
|
248
|
+
"RightUpVector",
|
|
249
|
+
"RightUpVectorBar",
|
|
250
|
+
"RightVector",
|
|
251
|
+
"RightVectorBar",
|
|
252
|
+
"Rightarrow",
|
|
253
|
+
"RoundImplies",
|
|
254
|
+
"Rrightarrow",
|
|
255
|
+
"Rsh",
|
|
256
|
+
"RuleDelayed",
|
|
257
|
+
"Sc",
|
|
258
|
+
"ShortDownArrow",
|
|
259
|
+
"ShortLeftArrow",
|
|
260
|
+
"ShortRightArrow",
|
|
261
|
+
"ShortUpArrow",
|
|
262
|
+
"SmallCircle",
|
|
263
|
+
"Sqrt",
|
|
264
|
+
"Square",
|
|
265
|
+
"SquareIntersection",
|
|
266
|
+
"SquareSubset",
|
|
267
|
+
"SquareSubsetEqual",
|
|
268
|
+
"SquareSuperset",
|
|
269
|
+
"SquareSupersetEqual",
|
|
270
|
+
"SquareUnion",
|
|
271
|
+
"Star",
|
|
272
|
+
"Sub",
|
|
273
|
+
"Subset",
|
|
274
|
+
"SubsetEqual",
|
|
275
|
+
"Succeeds",
|
|
276
|
+
"SucceedsEqual",
|
|
277
|
+
"SucceedsSlantEqual",
|
|
278
|
+
"SucceedsTilde",
|
|
279
|
+
"SuchThat",
|
|
280
|
+
"Sum",
|
|
281
|
+
"Sup",
|
|
282
|
+
"Superset",
|
|
283
|
+
"SupersetEqual",
|
|
284
|
+
"Supset",
|
|
285
|
+
"TRADE",
|
|
286
|
+
"Tab",
|
|
287
|
+
"Therefore",
|
|
288
|
+
"ThickSpace",
|
|
289
|
+
"ThinSpace",
|
|
290
|
+
"Tilde",
|
|
291
|
+
"TildeEqual",
|
|
292
|
+
"TildeFullEqual",
|
|
293
|
+
"TildeTilde",
|
|
294
|
+
"Uarr",
|
|
295
|
+
"Uarrocir",
|
|
296
|
+
"UnderBar",
|
|
297
|
+
"UnderBrace",
|
|
298
|
+
"UnderBracket",
|
|
299
|
+
"UnderParenthesis",
|
|
300
|
+
"Union",
|
|
301
|
+
"UnionPlus",
|
|
302
|
+
"UpArrow",
|
|
303
|
+
"UpArrowBar",
|
|
304
|
+
"UpArrowDownArrow",
|
|
305
|
+
"UpDownArrow",
|
|
306
|
+
"UpEquilibrium",
|
|
307
|
+
"UpTee",
|
|
308
|
+
"UpTeeArrow",
|
|
309
|
+
"Uparrow",
|
|
310
|
+
"Updownarrow",
|
|
311
|
+
"UpperLeftArrow",
|
|
312
|
+
"UpperRightArrow",
|
|
313
|
+
"VDash",
|
|
314
|
+
"Vbar",
|
|
315
|
+
"Vdash",
|
|
316
|
+
"Vdashl",
|
|
317
|
+
"Vee",
|
|
318
|
+
"Verbar",
|
|
319
|
+
"Vert",
|
|
320
|
+
"VerticalBar",
|
|
321
|
+
"VerticalLine",
|
|
322
|
+
"VerticalSeparator",
|
|
323
|
+
"VerticalTilde",
|
|
324
|
+
"VeryThinSpace",
|
|
325
|
+
"Vvdash",
|
|
326
|
+
"Wedge",
|
|
327
|
+
"ZeroWidthSpace",
|
|
328
|
+
"ac",
|
|
329
|
+
"acd",
|
|
330
|
+
"acute",
|
|
331
|
+
"af",
|
|
332
|
+
"amalg",
|
|
333
|
+
"amp",
|
|
334
|
+
"and",
|
|
335
|
+
"andand",
|
|
336
|
+
"andd",
|
|
337
|
+
"andslope",
|
|
338
|
+
"andv",
|
|
339
|
+
"ang",
|
|
340
|
+
"ange",
|
|
341
|
+
"angle",
|
|
342
|
+
"angmsd",
|
|
343
|
+
"angmsdaa",
|
|
344
|
+
"angmsdab",
|
|
345
|
+
"angmsdac",
|
|
346
|
+
"angmsdad",
|
|
347
|
+
"angmsdae",
|
|
348
|
+
"angmsdaf",
|
|
349
|
+
"angmsdag",
|
|
350
|
+
"angmsdah",
|
|
351
|
+
"angrt",
|
|
352
|
+
"angrtvb",
|
|
353
|
+
"angrtvbd",
|
|
354
|
+
"angsph",
|
|
355
|
+
"angzarr",
|
|
356
|
+
"ap",
|
|
357
|
+
"apE",
|
|
358
|
+
"apacir",
|
|
359
|
+
"ape",
|
|
360
|
+
"apid",
|
|
361
|
+
"apos",
|
|
362
|
+
"approx",
|
|
363
|
+
"approxeq",
|
|
364
|
+
"ast",
|
|
365
|
+
"asymp",
|
|
366
|
+
"asympeq",
|
|
367
|
+
"awconint",
|
|
368
|
+
"awint",
|
|
369
|
+
"bNot",
|
|
370
|
+
"backcong",
|
|
371
|
+
"backepsilon",
|
|
372
|
+
"backprime",
|
|
373
|
+
"backsim",
|
|
374
|
+
"backsimeq",
|
|
375
|
+
"barvee",
|
|
376
|
+
"barwed",
|
|
377
|
+
"barwedge",
|
|
378
|
+
"bbrk",
|
|
379
|
+
"bbrktbrk",
|
|
380
|
+
"bcong",
|
|
381
|
+
"bdquo",
|
|
382
|
+
"becaus",
|
|
383
|
+
"because",
|
|
384
|
+
"bemptyv",
|
|
385
|
+
"bepsi",
|
|
386
|
+
"between",
|
|
387
|
+
"bigcap",
|
|
388
|
+
"bigcirc",
|
|
389
|
+
"bigcup",
|
|
390
|
+
"bigodot",
|
|
391
|
+
"bigoplus",
|
|
392
|
+
"bigotimes",
|
|
393
|
+
"bigsqcup",
|
|
394
|
+
"bigstar",
|
|
395
|
+
"bigtriangledown",
|
|
396
|
+
"bigtriangleup",
|
|
397
|
+
"biguplus",
|
|
398
|
+
"bigvee",
|
|
399
|
+
"bigwedge",
|
|
400
|
+
"bkarow",
|
|
401
|
+
"blacklozenge",
|
|
402
|
+
"blacksquare",
|
|
403
|
+
"blacktriangle",
|
|
404
|
+
"blacktriangledown",
|
|
405
|
+
"blacktriangleleft",
|
|
406
|
+
"blacktriangleright",
|
|
407
|
+
"blank",
|
|
408
|
+
"blk12",
|
|
409
|
+
"blk14",
|
|
410
|
+
"blk34",
|
|
411
|
+
"block",
|
|
412
|
+
"bnot",
|
|
413
|
+
"bot",
|
|
414
|
+
"bottom",
|
|
415
|
+
"bowtie",
|
|
416
|
+
"boxDL",
|
|
417
|
+
"boxDR",
|
|
418
|
+
"boxDl",
|
|
419
|
+
"boxDr",
|
|
420
|
+
"boxH",
|
|
421
|
+
"boxHD",
|
|
422
|
+
"boxHU",
|
|
423
|
+
"boxHd",
|
|
424
|
+
"boxHu",
|
|
425
|
+
"boxUL",
|
|
426
|
+
"boxUR",
|
|
427
|
+
"boxUl",
|
|
428
|
+
"boxUr",
|
|
429
|
+
"boxV",
|
|
430
|
+
"boxVH",
|
|
431
|
+
"boxVL",
|
|
432
|
+
"boxVR",
|
|
433
|
+
"boxVh",
|
|
434
|
+
"boxVl",
|
|
435
|
+
"boxVr",
|
|
436
|
+
"boxbox",
|
|
437
|
+
"boxdL",
|
|
438
|
+
"boxdR",
|
|
439
|
+
"boxdl",
|
|
440
|
+
"boxdr",
|
|
441
|
+
"boxh",
|
|
442
|
+
"boxhD",
|
|
443
|
+
"boxhU",
|
|
444
|
+
"boxhd",
|
|
445
|
+
"boxhu",
|
|
446
|
+
"boxminus",
|
|
447
|
+
"boxplus",
|
|
448
|
+
"boxtimes",
|
|
449
|
+
"boxuL",
|
|
450
|
+
"boxuR",
|
|
451
|
+
"boxul",
|
|
452
|
+
"boxur",
|
|
453
|
+
"boxv",
|
|
454
|
+
"boxvH",
|
|
455
|
+
"boxvL",
|
|
456
|
+
"boxvR",
|
|
457
|
+
"boxvh",
|
|
458
|
+
"boxvl",
|
|
459
|
+
"boxvr",
|
|
460
|
+
"bprime",
|
|
461
|
+
"breve",
|
|
462
|
+
"brvbar",
|
|
463
|
+
"bsemi",
|
|
464
|
+
"bsim",
|
|
465
|
+
"bsime",
|
|
466
|
+
"bsol",
|
|
467
|
+
"bsolb",
|
|
468
|
+
"bsolhsub",
|
|
469
|
+
"bull",
|
|
470
|
+
"bullet",
|
|
471
|
+
"bump",
|
|
472
|
+
"bumpE",
|
|
473
|
+
"bumpe",
|
|
474
|
+
"bumpeq",
|
|
475
|
+
"cap",
|
|
476
|
+
"capand",
|
|
477
|
+
"capbrcup",
|
|
478
|
+
"capcap",
|
|
479
|
+
"capcup",
|
|
480
|
+
"capdot",
|
|
481
|
+
"caps",
|
|
482
|
+
"caret",
|
|
483
|
+
"ccaps",
|
|
484
|
+
"ccups",
|
|
485
|
+
"ccupssm",
|
|
486
|
+
"cedil",
|
|
487
|
+
"cemptyv",
|
|
488
|
+
"cent",
|
|
489
|
+
"centerdot",
|
|
490
|
+
"check",
|
|
491
|
+
"checkmark",
|
|
492
|
+
"cir",
|
|
493
|
+
"cirE",
|
|
494
|
+
"circeq",
|
|
495
|
+
"circlearrowleft",
|
|
496
|
+
"circlearrowright",
|
|
497
|
+
"circledR",
|
|
498
|
+
"circledS",
|
|
499
|
+
"circledast",
|
|
500
|
+
"circledcirc",
|
|
501
|
+
"circleddash",
|
|
502
|
+
"cire",
|
|
503
|
+
"cirfnint",
|
|
504
|
+
"cirmid",
|
|
505
|
+
"cirscir",
|
|
506
|
+
"clubs",
|
|
507
|
+
"clubsuit",
|
|
508
|
+
"colon",
|
|
509
|
+
"colone",
|
|
510
|
+
"coloneq",
|
|
511
|
+
"comma",
|
|
512
|
+
"commat",
|
|
513
|
+
"comp",
|
|
514
|
+
"compfn",
|
|
515
|
+
"complement",
|
|
516
|
+
"cong",
|
|
517
|
+
"congdot",
|
|
518
|
+
"conint",
|
|
519
|
+
"coprod",
|
|
520
|
+
"copy",
|
|
521
|
+
"copysr",
|
|
522
|
+
"crarr",
|
|
523
|
+
"cross",
|
|
524
|
+
"csub",
|
|
525
|
+
"csube",
|
|
526
|
+
"csup",
|
|
527
|
+
"csupe",
|
|
528
|
+
"ctdot",
|
|
529
|
+
"cudarrl",
|
|
530
|
+
"cudarrr",
|
|
531
|
+
"cuepr",
|
|
532
|
+
"cuesc",
|
|
533
|
+
"cularr",
|
|
534
|
+
"cularrp",
|
|
535
|
+
"cup",
|
|
536
|
+
"cupbrcap",
|
|
537
|
+
"cupcap",
|
|
538
|
+
"cupcup",
|
|
539
|
+
"cupdot",
|
|
540
|
+
"cupor",
|
|
541
|
+
"cups",
|
|
542
|
+
"curarr",
|
|
543
|
+
"curarrm",
|
|
544
|
+
"curlyeqprec",
|
|
545
|
+
"curlyeqsucc",
|
|
546
|
+
"curlyvee",
|
|
547
|
+
"curlywedge",
|
|
548
|
+
"curren",
|
|
549
|
+
"curvearrowleft",
|
|
550
|
+
"curvearrowright",
|
|
551
|
+
"cuvee",
|
|
552
|
+
"cuwed",
|
|
553
|
+
"cwconint",
|
|
554
|
+
"cwint",
|
|
555
|
+
"cylcty",
|
|
556
|
+
"dArr",
|
|
557
|
+
"dHar",
|
|
558
|
+
"dagger",
|
|
559
|
+
"darr",
|
|
560
|
+
"dash",
|
|
561
|
+
"dashv",
|
|
562
|
+
"dbkarow",
|
|
563
|
+
"dblac",
|
|
564
|
+
"ddagger",
|
|
565
|
+
"ddarr",
|
|
566
|
+
"ddotseq",
|
|
567
|
+
"deg",
|
|
568
|
+
"demptyv",
|
|
569
|
+
"dfisht",
|
|
570
|
+
"dharl",
|
|
571
|
+
"dharr",
|
|
572
|
+
"diam",
|
|
573
|
+
"diamond",
|
|
574
|
+
"diamondsuit",
|
|
575
|
+
"diams",
|
|
576
|
+
"die",
|
|
577
|
+
"disin",
|
|
578
|
+
"div",
|
|
579
|
+
"divide",
|
|
580
|
+
"divideontimes",
|
|
581
|
+
"divonx",
|
|
582
|
+
"dlcorn",
|
|
583
|
+
"dlcrop",
|
|
584
|
+
"dollar",
|
|
585
|
+
"dot",
|
|
586
|
+
"doteq",
|
|
587
|
+
"doteqdot",
|
|
588
|
+
"dotminus",
|
|
589
|
+
"dotplus",
|
|
590
|
+
"dotsquare",
|
|
591
|
+
"doublebarwedge",
|
|
592
|
+
"downarrow",
|
|
593
|
+
"downdownarrows",
|
|
594
|
+
"downharpoonleft",
|
|
595
|
+
"downharpoonright",
|
|
596
|
+
"drbkarow",
|
|
597
|
+
"drcorn",
|
|
598
|
+
"drcrop",
|
|
599
|
+
"dsol",
|
|
600
|
+
"dtdot",
|
|
601
|
+
"dtri",
|
|
602
|
+
"dtrif",
|
|
603
|
+
"duarr",
|
|
604
|
+
"duhar",
|
|
605
|
+
"dwangle",
|
|
606
|
+
"dzigrarr",
|
|
607
|
+
"eDDot",
|
|
608
|
+
"eDot",
|
|
609
|
+
"easter",
|
|
610
|
+
"ecir",
|
|
611
|
+
"ecolon",
|
|
612
|
+
"efDot",
|
|
613
|
+
"eg",
|
|
614
|
+
"egs",
|
|
615
|
+
"egsdot",
|
|
616
|
+
"el",
|
|
617
|
+
"elinters",
|
|
618
|
+
"els",
|
|
619
|
+
"elsdot",
|
|
620
|
+
"empty",
|
|
621
|
+
"emptyset",
|
|
622
|
+
"emptyv",
|
|
623
|
+
"emsp",
|
|
624
|
+
"emsp13",
|
|
625
|
+
"emsp14",
|
|
626
|
+
"ensp",
|
|
627
|
+
"epar",
|
|
628
|
+
"eparsl",
|
|
629
|
+
"eplus",
|
|
630
|
+
"eqcirc",
|
|
631
|
+
"eqcolon",
|
|
632
|
+
"eqsim",
|
|
633
|
+
"eqslantgtr",
|
|
634
|
+
"eqslantless",
|
|
635
|
+
"equals",
|
|
636
|
+
"equest",
|
|
637
|
+
"equiv",
|
|
638
|
+
"equivDD",
|
|
639
|
+
"eqvparsl",
|
|
640
|
+
"erDot",
|
|
641
|
+
"erarr",
|
|
642
|
+
"esdot",
|
|
643
|
+
"esim",
|
|
644
|
+
"euro",
|
|
645
|
+
"excl",
|
|
646
|
+
"exist",
|
|
647
|
+
"fallingdotseq",
|
|
648
|
+
"female",
|
|
649
|
+
"flat",
|
|
650
|
+
"fltns",
|
|
651
|
+
"forall",
|
|
652
|
+
"fork",
|
|
653
|
+
"forkv",
|
|
654
|
+
"fpartint",
|
|
655
|
+
"frac12",
|
|
656
|
+
"frac13",
|
|
657
|
+
"frac14",
|
|
658
|
+
"frac15",
|
|
659
|
+
"frac16",
|
|
660
|
+
"frac18",
|
|
661
|
+
"frac23",
|
|
662
|
+
"frac25",
|
|
663
|
+
"frac34",
|
|
664
|
+
"frac35",
|
|
665
|
+
"frac38",
|
|
666
|
+
"frac45",
|
|
667
|
+
"frac56",
|
|
668
|
+
"frac58",
|
|
669
|
+
"frac78",
|
|
670
|
+
"frasl",
|
|
671
|
+
"frown",
|
|
672
|
+
"gE",
|
|
673
|
+
"gEl",
|
|
674
|
+
"gap",
|
|
675
|
+
"ge",
|
|
676
|
+
"gel",
|
|
677
|
+
"geq",
|
|
678
|
+
"geqq",
|
|
679
|
+
"geqslant",
|
|
680
|
+
"ges",
|
|
681
|
+
"gescc",
|
|
682
|
+
"gesdot",
|
|
683
|
+
"gesdoto",
|
|
684
|
+
"gesdotol",
|
|
685
|
+
"gesl",
|
|
686
|
+
"gesles",
|
|
687
|
+
"gg",
|
|
688
|
+
"ggg",
|
|
689
|
+
"gl",
|
|
690
|
+
"glE",
|
|
691
|
+
"gla",
|
|
692
|
+
"glj",
|
|
693
|
+
"gnE",
|
|
694
|
+
"gnap",
|
|
695
|
+
"gnapprox",
|
|
696
|
+
"gne",
|
|
697
|
+
"gneq",
|
|
698
|
+
"gneqq",
|
|
699
|
+
"gnsim",
|
|
700
|
+
"grave",
|
|
701
|
+
"gsim",
|
|
702
|
+
"gsime",
|
|
703
|
+
"gsiml",
|
|
704
|
+
"gt",
|
|
705
|
+
"gtcc",
|
|
706
|
+
"gtcir",
|
|
707
|
+
"gtdot",
|
|
708
|
+
"gtlPar",
|
|
709
|
+
"gtquest",
|
|
710
|
+
"gtrapprox",
|
|
711
|
+
"gtrarr",
|
|
712
|
+
"gtrdot",
|
|
713
|
+
"gtreqless",
|
|
714
|
+
"gtreqqless",
|
|
715
|
+
"gtrless",
|
|
716
|
+
"gtrsim",
|
|
717
|
+
"gvertneqq",
|
|
718
|
+
"gvnE",
|
|
719
|
+
"hArr",
|
|
720
|
+
"hairsp",
|
|
721
|
+
"half",
|
|
722
|
+
"harr",
|
|
723
|
+
"harrcir",
|
|
724
|
+
"harrw",
|
|
725
|
+
"hearts",
|
|
726
|
+
"heartsuit",
|
|
727
|
+
"hellip",
|
|
728
|
+
"hercon",
|
|
729
|
+
"hksearow",
|
|
730
|
+
"hkswarow",
|
|
731
|
+
"hoarr",
|
|
732
|
+
"homtht",
|
|
733
|
+
"hookleftarrow",
|
|
734
|
+
"hookrightarrow",
|
|
735
|
+
"horbar",
|
|
736
|
+
"hybull",
|
|
737
|
+
"hyphen",
|
|
738
|
+
"ic",
|
|
739
|
+
"iexcl",
|
|
740
|
+
"iff",
|
|
741
|
+
"iiiint",
|
|
742
|
+
"iiint",
|
|
743
|
+
"iinfin",
|
|
744
|
+
"iiota",
|
|
745
|
+
"imof",
|
|
746
|
+
"in",
|
|
747
|
+
"incare",
|
|
748
|
+
"infin",
|
|
749
|
+
"infintie",
|
|
750
|
+
"int",
|
|
751
|
+
"intcal",
|
|
752
|
+
"intercal",
|
|
753
|
+
"intlarhk",
|
|
754
|
+
"intprod",
|
|
755
|
+
"iprod",
|
|
756
|
+
"iquest",
|
|
757
|
+
"isin",
|
|
758
|
+
"isinE",
|
|
759
|
+
"isindot",
|
|
760
|
+
"isins",
|
|
761
|
+
"isinsv",
|
|
762
|
+
"isinv",
|
|
763
|
+
"it",
|
|
764
|
+
"lAarr",
|
|
765
|
+
"lArr",
|
|
766
|
+
"lAtail",
|
|
767
|
+
"lBarr",
|
|
768
|
+
"lE",
|
|
769
|
+
"lEg",
|
|
770
|
+
"lHar",
|
|
771
|
+
"laemptyv",
|
|
772
|
+
"lang",
|
|
773
|
+
"langd",
|
|
774
|
+
"langle",
|
|
775
|
+
"lap",
|
|
776
|
+
"laquo",
|
|
777
|
+
"larr",
|
|
778
|
+
"larrb",
|
|
779
|
+
"larrbfs",
|
|
780
|
+
"larrfs",
|
|
781
|
+
"larrhk",
|
|
782
|
+
"larrlp",
|
|
783
|
+
"larrpl",
|
|
784
|
+
"larrsim",
|
|
785
|
+
"larrtl",
|
|
786
|
+
"lat",
|
|
787
|
+
"latail",
|
|
788
|
+
"late",
|
|
789
|
+
"lates",
|
|
790
|
+
"lbarr",
|
|
791
|
+
"lbbrk",
|
|
792
|
+
"lbrace",
|
|
793
|
+
"lbrack",
|
|
794
|
+
"lbrke",
|
|
795
|
+
"lbrksld",
|
|
796
|
+
"lbrkslu",
|
|
797
|
+
"lceil",
|
|
798
|
+
"lcub",
|
|
799
|
+
"ldca",
|
|
800
|
+
"ldquo",
|
|
801
|
+
"ldquor",
|
|
802
|
+
"ldrdhar",
|
|
803
|
+
"ldrushar",
|
|
804
|
+
"ldsh",
|
|
805
|
+
"le",
|
|
806
|
+
"leftarrow",
|
|
807
|
+
"leftarrowtail",
|
|
808
|
+
"leftharpoondown",
|
|
809
|
+
"leftharpoonup",
|
|
810
|
+
"leftleftarrows",
|
|
811
|
+
"leftrightarrow",
|
|
812
|
+
"leftrightarrows",
|
|
813
|
+
"leftrightharpoons",
|
|
814
|
+
"leftrightsquigarrow",
|
|
815
|
+
"leftthreetimes",
|
|
816
|
+
"leg",
|
|
817
|
+
"leq",
|
|
818
|
+
"leqq",
|
|
819
|
+
"leqslant",
|
|
820
|
+
"les",
|
|
821
|
+
"lescc",
|
|
822
|
+
"lesdot",
|
|
823
|
+
"lesdoto",
|
|
824
|
+
"lesdotor",
|
|
825
|
+
"lesg",
|
|
826
|
+
"lesges",
|
|
827
|
+
"lessapprox",
|
|
828
|
+
"lessdot",
|
|
829
|
+
"lesseqgtr",
|
|
830
|
+
"lesseqqgtr",
|
|
831
|
+
"lessgtr",
|
|
832
|
+
"lesssim",
|
|
833
|
+
"lfisht",
|
|
834
|
+
"lfloor",
|
|
835
|
+
"lg",
|
|
836
|
+
"lgE",
|
|
837
|
+
"lhard",
|
|
838
|
+
"lharu",
|
|
839
|
+
"lharul",
|
|
840
|
+
"lhblk",
|
|
841
|
+
"ll",
|
|
842
|
+
"llarr",
|
|
843
|
+
"llcorner",
|
|
844
|
+
"llhard",
|
|
845
|
+
"lltri",
|
|
846
|
+
"lmoust",
|
|
847
|
+
"lmoustache",
|
|
848
|
+
"lnE",
|
|
849
|
+
"lnap",
|
|
850
|
+
"lnapprox",
|
|
851
|
+
"lne",
|
|
852
|
+
"lneq",
|
|
853
|
+
"lneqq",
|
|
854
|
+
"lnsim",
|
|
855
|
+
"loang",
|
|
856
|
+
"loarr",
|
|
857
|
+
"lobrk",
|
|
858
|
+
"longleftarrow",
|
|
859
|
+
"longleftrightarrow",
|
|
860
|
+
"longmapsto",
|
|
861
|
+
"longrightarrow",
|
|
862
|
+
"looparrowleft",
|
|
863
|
+
"looparrowright",
|
|
864
|
+
"lopar",
|
|
865
|
+
"loplus",
|
|
866
|
+
"lotimes",
|
|
867
|
+
"lowast",
|
|
868
|
+
"lowbar",
|
|
869
|
+
"loz",
|
|
870
|
+
"lozenge",
|
|
871
|
+
"lozf",
|
|
872
|
+
"lpar",
|
|
873
|
+
"lparlt",
|
|
874
|
+
"lrarr",
|
|
875
|
+
"lrcorner",
|
|
876
|
+
"lrhar",
|
|
877
|
+
"lrhard",
|
|
878
|
+
"lrm",
|
|
879
|
+
"lrtri",
|
|
880
|
+
"lsaquo",
|
|
881
|
+
"lsh",
|
|
882
|
+
"lsim",
|
|
883
|
+
"lsime",
|
|
884
|
+
"lsimg",
|
|
885
|
+
"lsqb",
|
|
886
|
+
"lsquo",
|
|
887
|
+
"lsquor",
|
|
888
|
+
"lt",
|
|
889
|
+
"ltcc",
|
|
890
|
+
"ltcir",
|
|
891
|
+
"ltdot",
|
|
892
|
+
"lthree",
|
|
893
|
+
"ltimes",
|
|
894
|
+
"ltlarr",
|
|
895
|
+
"ltquest",
|
|
896
|
+
"ltrPar",
|
|
897
|
+
"ltri",
|
|
898
|
+
"ltrie",
|
|
899
|
+
"ltrif",
|
|
900
|
+
"lurdshar",
|
|
901
|
+
"luruhar",
|
|
902
|
+
"lvertneqq",
|
|
903
|
+
"lvnE",
|
|
904
|
+
"mDDot",
|
|
905
|
+
"macr",
|
|
906
|
+
"male",
|
|
907
|
+
"malt",
|
|
908
|
+
"maltese",
|
|
909
|
+
"map",
|
|
910
|
+
"mapsto",
|
|
911
|
+
"mapstodown",
|
|
912
|
+
"mapstoleft",
|
|
913
|
+
"mapstoup",
|
|
914
|
+
"marker",
|
|
915
|
+
"mcomma",
|
|
916
|
+
"mdash",
|
|
917
|
+
"measuredangle",
|
|
918
|
+
"mho",
|
|
919
|
+
"mid",
|
|
920
|
+
"midast",
|
|
921
|
+
"midcir",
|
|
922
|
+
"middot",
|
|
923
|
+
"minus",
|
|
924
|
+
"minusb",
|
|
925
|
+
"minusd",
|
|
926
|
+
"minusdu",
|
|
927
|
+
"mlcp",
|
|
928
|
+
"mldr",
|
|
929
|
+
"mnplus",
|
|
930
|
+
"models",
|
|
931
|
+
"mp",
|
|
932
|
+
"mstpos",
|
|
933
|
+
"multimap",
|
|
934
|
+
"mumap",
|
|
935
|
+
"nLeftarrow",
|
|
936
|
+
"nLeftrightarrow",
|
|
937
|
+
"nRightarrow",
|
|
938
|
+
"nVDash",
|
|
939
|
+
"nVdash",
|
|
940
|
+
"nabla",
|
|
941
|
+
"nap",
|
|
942
|
+
"napprox",
|
|
943
|
+
"natur",
|
|
944
|
+
"natural",
|
|
945
|
+
"nbsp",
|
|
946
|
+
"ncap",
|
|
947
|
+
"ncong",
|
|
948
|
+
"ncup",
|
|
949
|
+
"ndash",
|
|
950
|
+
"ne",
|
|
951
|
+
"neArr",
|
|
952
|
+
"nearhk",
|
|
953
|
+
"nearr",
|
|
954
|
+
"nearrow",
|
|
955
|
+
"nequiv",
|
|
956
|
+
"nesear",
|
|
957
|
+
"nexist",
|
|
958
|
+
"nexists",
|
|
959
|
+
"nge",
|
|
960
|
+
"ngeq",
|
|
961
|
+
"ngsim",
|
|
962
|
+
"ngt",
|
|
963
|
+
"ngtr",
|
|
964
|
+
"nhArr",
|
|
965
|
+
"nharr",
|
|
966
|
+
"nhpar",
|
|
967
|
+
"ni",
|
|
968
|
+
"nis",
|
|
969
|
+
"nisd",
|
|
970
|
+
"niv",
|
|
971
|
+
"nlArr",
|
|
972
|
+
"nlarr",
|
|
973
|
+
"nldr",
|
|
974
|
+
"nle",
|
|
975
|
+
"nleftarrow",
|
|
976
|
+
"nleftrightarrow",
|
|
977
|
+
"nleq",
|
|
978
|
+
"nless",
|
|
979
|
+
"nlsim",
|
|
980
|
+
"nlt",
|
|
981
|
+
"nltri",
|
|
982
|
+
"nltrie",
|
|
983
|
+
"nmid",
|
|
984
|
+
"not",
|
|
985
|
+
"notin",
|
|
986
|
+
"notinva",
|
|
987
|
+
"notinvb",
|
|
988
|
+
"notinvc",
|
|
989
|
+
"notni",
|
|
990
|
+
"notniva",
|
|
991
|
+
"notnivb",
|
|
992
|
+
"notnivc",
|
|
993
|
+
"npar",
|
|
994
|
+
"nparallel",
|
|
995
|
+
"npolint",
|
|
996
|
+
"npr",
|
|
997
|
+
"nprcue",
|
|
998
|
+
"nprec",
|
|
999
|
+
"nrArr",
|
|
1000
|
+
"nrarr",
|
|
1001
|
+
"nrightarrow",
|
|
1002
|
+
"nrtri",
|
|
1003
|
+
"nrtrie",
|
|
1004
|
+
"nsc",
|
|
1005
|
+
"nsccue",
|
|
1006
|
+
"nshortmid",
|
|
1007
|
+
"nshortparallel",
|
|
1008
|
+
"nsim",
|
|
1009
|
+
"nsime",
|
|
1010
|
+
"nsimeq",
|
|
1011
|
+
"nsmid",
|
|
1012
|
+
"nspar",
|
|
1013
|
+
"nsqsube",
|
|
1014
|
+
"nsqsupe",
|
|
1015
|
+
"nsub",
|
|
1016
|
+
"nsube",
|
|
1017
|
+
"nsubseteq",
|
|
1018
|
+
"nsucc",
|
|
1019
|
+
"nsup",
|
|
1020
|
+
"nsupe",
|
|
1021
|
+
"nsupseteq",
|
|
1022
|
+
"ntgl",
|
|
1023
|
+
"ntlg",
|
|
1024
|
+
"ntriangleleft",
|
|
1025
|
+
"ntrianglelefteq",
|
|
1026
|
+
"ntriangleright",
|
|
1027
|
+
"ntrianglerighteq",
|
|
1028
|
+
"num",
|
|
1029
|
+
"numero",
|
|
1030
|
+
"numsp",
|
|
1031
|
+
"nvDash",
|
|
1032
|
+
"nvHarr",
|
|
1033
|
+
"nvdash",
|
|
1034
|
+
"nvinfin",
|
|
1035
|
+
"nvlArr",
|
|
1036
|
+
"nvrArr",
|
|
1037
|
+
"nwArr",
|
|
1038
|
+
"nwarhk",
|
|
1039
|
+
"nwarr",
|
|
1040
|
+
"nwarrow",
|
|
1041
|
+
"nwnear",
|
|
1042
|
+
"oS",
|
|
1043
|
+
"oast",
|
|
1044
|
+
"ocir",
|
|
1045
|
+
"odash",
|
|
1046
|
+
"odiv",
|
|
1047
|
+
"odot",
|
|
1048
|
+
"odsold",
|
|
1049
|
+
"ofcir",
|
|
1050
|
+
"ogon",
|
|
1051
|
+
"ogt",
|
|
1052
|
+
"ohbar",
|
|
1053
|
+
"oint",
|
|
1054
|
+
"olarr",
|
|
1055
|
+
"olcir",
|
|
1056
|
+
"olcross",
|
|
1057
|
+
"oline",
|
|
1058
|
+
"olt",
|
|
1059
|
+
"omid",
|
|
1060
|
+
"ominus",
|
|
1061
|
+
"opar",
|
|
1062
|
+
"operp",
|
|
1063
|
+
"oplus",
|
|
1064
|
+
"or",
|
|
1065
|
+
"orarr",
|
|
1066
|
+
"ord",
|
|
1067
|
+
"origof",
|
|
1068
|
+
"oror",
|
|
1069
|
+
"orslope",
|
|
1070
|
+
"orv",
|
|
1071
|
+
"osol",
|
|
1072
|
+
"otimes",
|
|
1073
|
+
"otimesas",
|
|
1074
|
+
"ovbar",
|
|
1075
|
+
"par",
|
|
1076
|
+
"para",
|
|
1077
|
+
"parallel",
|
|
1078
|
+
"parsim",
|
|
1079
|
+
"parsl",
|
|
1080
|
+
"part",
|
|
1081
|
+
"percnt",
|
|
1082
|
+
"period",
|
|
1083
|
+
"permil",
|
|
1084
|
+
"perp",
|
|
1085
|
+
"pertenk",
|
|
1086
|
+
"phone",
|
|
1087
|
+
"pitchfork",
|
|
1088
|
+
"plus",
|
|
1089
|
+
"plusacir",
|
|
1090
|
+
"plusb",
|
|
1091
|
+
"pluscir",
|
|
1092
|
+
"plusdo",
|
|
1093
|
+
"plusdu",
|
|
1094
|
+
"pluse",
|
|
1095
|
+
"plusmn",
|
|
1096
|
+
"plussim",
|
|
1097
|
+
"plustwo",
|
|
1098
|
+
"pm",
|
|
1099
|
+
"pointint",
|
|
1100
|
+
"pound",
|
|
1101
|
+
"pr",
|
|
1102
|
+
"prE",
|
|
1103
|
+
"prap",
|
|
1104
|
+
"prcue",
|
|
1105
|
+
"pre",
|
|
1106
|
+
"prec",
|
|
1107
|
+
"precapprox",
|
|
1108
|
+
"preccurlyeq",
|
|
1109
|
+
"preceq",
|
|
1110
|
+
"precnapprox",
|
|
1111
|
+
"precneqq",
|
|
1112
|
+
"precnsim",
|
|
1113
|
+
"precsim",
|
|
1114
|
+
"prime",
|
|
1115
|
+
"prnE",
|
|
1116
|
+
"prnap",
|
|
1117
|
+
"prnsim",
|
|
1118
|
+
"prod",
|
|
1119
|
+
"profalar",
|
|
1120
|
+
"profline",
|
|
1121
|
+
"profsurf",
|
|
1122
|
+
"prop",
|
|
1123
|
+
"propto",
|
|
1124
|
+
"prsim",
|
|
1125
|
+
"prurel",
|
|
1126
|
+
"puncsp",
|
|
1127
|
+
"qint",
|
|
1128
|
+
"qprime",
|
|
1129
|
+
"quatint",
|
|
1130
|
+
"quest",
|
|
1131
|
+
"questeq",
|
|
1132
|
+
"quot",
|
|
1133
|
+
"rAarr",
|
|
1134
|
+
"rArr",
|
|
1135
|
+
"rAtail",
|
|
1136
|
+
"rBarr",
|
|
1137
|
+
"rHar",
|
|
1138
|
+
"radic",
|
|
1139
|
+
"raemptyv",
|
|
1140
|
+
"rang",
|
|
1141
|
+
"rangd",
|
|
1142
|
+
"range",
|
|
1143
|
+
"rangle",
|
|
1144
|
+
"raquo",
|
|
1145
|
+
"rarr",
|
|
1146
|
+
"rarrap",
|
|
1147
|
+
"rarrb",
|
|
1148
|
+
"rarrbfs",
|
|
1149
|
+
"rarrc",
|
|
1150
|
+
"rarrfs",
|
|
1151
|
+
"rarrhk",
|
|
1152
|
+
"rarrlp",
|
|
1153
|
+
"rarrpl",
|
|
1154
|
+
"rarrsim",
|
|
1155
|
+
"rarrtl",
|
|
1156
|
+
"rarrw",
|
|
1157
|
+
"ratail",
|
|
1158
|
+
"ratio",
|
|
1159
|
+
"rbarr",
|
|
1160
|
+
"rbbrk",
|
|
1161
|
+
"rbrace",
|
|
1162
|
+
"rbrack",
|
|
1163
|
+
"rbrke",
|
|
1164
|
+
"rbrksld",
|
|
1165
|
+
"rbrkslu",
|
|
1166
|
+
"rceil",
|
|
1167
|
+
"rcub",
|
|
1168
|
+
"rdca",
|
|
1169
|
+
"rdldhar",
|
|
1170
|
+
"rdquo",
|
|
1171
|
+
"rdquor",
|
|
1172
|
+
"rdsh",
|
|
1173
|
+
"rect",
|
|
1174
|
+
"reg",
|
|
1175
|
+
"rfisht",
|
|
1176
|
+
"rfloor",
|
|
1177
|
+
"rhard",
|
|
1178
|
+
"rharu",
|
|
1179
|
+
"rharul",
|
|
1180
|
+
"rightarrow",
|
|
1181
|
+
"rightarrowtail",
|
|
1182
|
+
"rightharpoondown",
|
|
1183
|
+
"rightharpoonup",
|
|
1184
|
+
"rightleftarrows",
|
|
1185
|
+
"rightleftharpoons",
|
|
1186
|
+
"rightrightarrows",
|
|
1187
|
+
"rightsquigarrow",
|
|
1188
|
+
"rightthreetimes",
|
|
1189
|
+
"ring",
|
|
1190
|
+
"risingdotseq",
|
|
1191
|
+
"rlarr",
|
|
1192
|
+
"rlhar",
|
|
1193
|
+
"rlm",
|
|
1194
|
+
"rmoust",
|
|
1195
|
+
"rmoustache",
|
|
1196
|
+
"rnmid",
|
|
1197
|
+
"roang",
|
|
1198
|
+
"roarr",
|
|
1199
|
+
"robrk",
|
|
1200
|
+
"ropar",
|
|
1201
|
+
"roplus",
|
|
1202
|
+
"rotimes",
|
|
1203
|
+
"rpar",
|
|
1204
|
+
"rpargt",
|
|
1205
|
+
"rppolint",
|
|
1206
|
+
"rrarr",
|
|
1207
|
+
"rsaquo",
|
|
1208
|
+
"rsh",
|
|
1209
|
+
"rsqb",
|
|
1210
|
+
"rsquo",
|
|
1211
|
+
"rsquor",
|
|
1212
|
+
"rthree",
|
|
1213
|
+
"rtimes",
|
|
1214
|
+
"rtri",
|
|
1215
|
+
"rtrie",
|
|
1216
|
+
"rtrif",
|
|
1217
|
+
"rtriltri",
|
|
1218
|
+
"ruluhar",
|
|
1219
|
+
"rx",
|
|
1220
|
+
"sbquo",
|
|
1221
|
+
"sc",
|
|
1222
|
+
"scE",
|
|
1223
|
+
"scap",
|
|
1224
|
+
"sccue",
|
|
1225
|
+
"sce",
|
|
1226
|
+
"scnE",
|
|
1227
|
+
"scnap",
|
|
1228
|
+
"scnsim",
|
|
1229
|
+
"scpolint",
|
|
1230
|
+
"scsim",
|
|
1231
|
+
"sdot",
|
|
1232
|
+
"sdotb",
|
|
1233
|
+
"sdote",
|
|
1234
|
+
"seArr",
|
|
1235
|
+
"searhk",
|
|
1236
|
+
"searr",
|
|
1237
|
+
"searrow",
|
|
1238
|
+
"sect",
|
|
1239
|
+
"semi",
|
|
1240
|
+
"seswar",
|
|
1241
|
+
"setminus",
|
|
1242
|
+
"setmn",
|
|
1243
|
+
"sext",
|
|
1244
|
+
"sfrown",
|
|
1245
|
+
"sharp",
|
|
1246
|
+
"shortmid",
|
|
1247
|
+
"shortparallel",
|
|
1248
|
+
"shy",
|
|
1249
|
+
"sim",
|
|
1250
|
+
"simdot",
|
|
1251
|
+
"sime",
|
|
1252
|
+
"simeq",
|
|
1253
|
+
"simg",
|
|
1254
|
+
"simgE",
|
|
1255
|
+
"siml",
|
|
1256
|
+
"simlE",
|
|
1257
|
+
"simne",
|
|
1258
|
+
"simplus",
|
|
1259
|
+
"simrarr",
|
|
1260
|
+
"slarr",
|
|
1261
|
+
"smallsetminus",
|
|
1262
|
+
"smashp",
|
|
1263
|
+
"smeparsl",
|
|
1264
|
+
"smid",
|
|
1265
|
+
"smile",
|
|
1266
|
+
"smt",
|
|
1267
|
+
"smte",
|
|
1268
|
+
"smtes",
|
|
1269
|
+
"sol",
|
|
1270
|
+
"solb",
|
|
1271
|
+
"solbar",
|
|
1272
|
+
"spades",
|
|
1273
|
+
"spadesuit",
|
|
1274
|
+
"spar",
|
|
1275
|
+
"sqcap",
|
|
1276
|
+
"sqcaps",
|
|
1277
|
+
"sqcup",
|
|
1278
|
+
"sqcups",
|
|
1279
|
+
"sqsub",
|
|
1280
|
+
"sqsube",
|
|
1281
|
+
"sqsubset",
|
|
1282
|
+
"sqsubseteq",
|
|
1283
|
+
"sqsup",
|
|
1284
|
+
"sqsupe",
|
|
1285
|
+
"sqsupset",
|
|
1286
|
+
"sqsupseteq",
|
|
1287
|
+
"squ",
|
|
1288
|
+
"square",
|
|
1289
|
+
"squarf",
|
|
1290
|
+
"squf",
|
|
1291
|
+
"srarr",
|
|
1292
|
+
"ssetmn",
|
|
1293
|
+
"ssmile",
|
|
1294
|
+
"sstarf",
|
|
1295
|
+
"star",
|
|
1296
|
+
"starf",
|
|
1297
|
+
"strns",
|
|
1298
|
+
"sub",
|
|
1299
|
+
"subE",
|
|
1300
|
+
"subdot",
|
|
1301
|
+
"sube",
|
|
1302
|
+
"subedot",
|
|
1303
|
+
"submult",
|
|
1304
|
+
"subnE",
|
|
1305
|
+
"subne",
|
|
1306
|
+
"subplus",
|
|
1307
|
+
"subrarr",
|
|
1308
|
+
"subset",
|
|
1309
|
+
"subseteq",
|
|
1310
|
+
"subseteqq",
|
|
1311
|
+
"subsetneq",
|
|
1312
|
+
"subsetneqq",
|
|
1313
|
+
"subsim",
|
|
1314
|
+
"subsub",
|
|
1315
|
+
"subsup",
|
|
1316
|
+
"succ",
|
|
1317
|
+
"succapprox",
|
|
1318
|
+
"succcurlyeq",
|
|
1319
|
+
"succeq",
|
|
1320
|
+
"succnapprox",
|
|
1321
|
+
"succneqq",
|
|
1322
|
+
"succnsim",
|
|
1323
|
+
"succsim",
|
|
1324
|
+
"sum",
|
|
1325
|
+
"sung",
|
|
1326
|
+
"sup",
|
|
1327
|
+
"sup1",
|
|
1328
|
+
"sup2",
|
|
1329
|
+
"sup3",
|
|
1330
|
+
"supE",
|
|
1331
|
+
"supdot",
|
|
1332
|
+
"supdsub",
|
|
1333
|
+
"supe",
|
|
1334
|
+
"supedot",
|
|
1335
|
+
"suphsol",
|
|
1336
|
+
"suphsub",
|
|
1337
|
+
"suplarr",
|
|
1338
|
+
"supmult",
|
|
1339
|
+
"supnE",
|
|
1340
|
+
"supne",
|
|
1341
|
+
"supplus",
|
|
1342
|
+
"supset",
|
|
1343
|
+
"supseteq",
|
|
1344
|
+
"supseteqq",
|
|
1345
|
+
"supsetneq",
|
|
1346
|
+
"supsetneqq",
|
|
1347
|
+
"supsim",
|
|
1348
|
+
"supsub",
|
|
1349
|
+
"supsup",
|
|
1350
|
+
"swArr",
|
|
1351
|
+
"swarhk",
|
|
1352
|
+
"swarr",
|
|
1353
|
+
"swarrow",
|
|
1354
|
+
"swnwar",
|
|
1355
|
+
"target",
|
|
1356
|
+
"tbrk",
|
|
1357
|
+
"telrec",
|
|
1358
|
+
"there4",
|
|
1359
|
+
"therefore",
|
|
1360
|
+
"thickapprox",
|
|
1361
|
+
"thicksim",
|
|
1362
|
+
"thinsp",
|
|
1363
|
+
"thkap",
|
|
1364
|
+
"thksim",
|
|
1365
|
+
"tilde",
|
|
1366
|
+
"times",
|
|
1367
|
+
"timesb",
|
|
1368
|
+
"timesbar",
|
|
1369
|
+
"timesd",
|
|
1370
|
+
"tint",
|
|
1371
|
+
"toea",
|
|
1372
|
+
"top",
|
|
1373
|
+
"topbot",
|
|
1374
|
+
"topcir",
|
|
1375
|
+
"topfork",
|
|
1376
|
+
"tosa",
|
|
1377
|
+
"tprime",
|
|
1378
|
+
"trade",
|
|
1379
|
+
"triangle",
|
|
1380
|
+
"triangledown",
|
|
1381
|
+
"triangleleft",
|
|
1382
|
+
"trianglelefteq",
|
|
1383
|
+
"triangleq",
|
|
1384
|
+
"triangleright",
|
|
1385
|
+
"trianglerighteq",
|
|
1386
|
+
"tridot",
|
|
1387
|
+
"trie",
|
|
1388
|
+
"triminus",
|
|
1389
|
+
"triplus",
|
|
1390
|
+
"trisb",
|
|
1391
|
+
"tritime",
|
|
1392
|
+
"trpezium",
|
|
1393
|
+
"twixt",
|
|
1394
|
+
"twoheadleftarrow",
|
|
1395
|
+
"twoheadrightarrow",
|
|
1396
|
+
"uArr",
|
|
1397
|
+
"uHar",
|
|
1398
|
+
"uarr",
|
|
1399
|
+
"udarr",
|
|
1400
|
+
"udhar",
|
|
1401
|
+
"ufisht",
|
|
1402
|
+
"uharl",
|
|
1403
|
+
"uharr",
|
|
1404
|
+
"uhblk",
|
|
1405
|
+
"ulcorn",
|
|
1406
|
+
"ulcorner",
|
|
1407
|
+
"ulcrop",
|
|
1408
|
+
"ultri",
|
|
1409
|
+
"uml",
|
|
1410
|
+
"uparrow",
|
|
1411
|
+
"updownarrow",
|
|
1412
|
+
"upharpoonleft",
|
|
1413
|
+
"upharpoonright",
|
|
1414
|
+
"uplus",
|
|
1415
|
+
"upuparrows",
|
|
1416
|
+
"urcorn",
|
|
1417
|
+
"urcorner",
|
|
1418
|
+
"urcrop",
|
|
1419
|
+
"urtri",
|
|
1420
|
+
"utdot",
|
|
1421
|
+
"utri",
|
|
1422
|
+
"utrif",
|
|
1423
|
+
"uuarr",
|
|
1424
|
+
"uwangle",
|
|
1425
|
+
"vArr",
|
|
1426
|
+
"vBar",
|
|
1427
|
+
"vBarv",
|
|
1428
|
+
"vDash",
|
|
1429
|
+
"vangrt",
|
|
1430
|
+
"varnothing",
|
|
1431
|
+
"varpropto",
|
|
1432
|
+
"varr",
|
|
1433
|
+
"varsubsetneq",
|
|
1434
|
+
"varsubsetneqq",
|
|
1435
|
+
"varsupsetneq",
|
|
1436
|
+
"varsupsetneqq",
|
|
1437
|
+
"vartriangleleft",
|
|
1438
|
+
"vartriangleright",
|
|
1439
|
+
"vdash",
|
|
1440
|
+
"vee",
|
|
1441
|
+
"veebar",
|
|
1442
|
+
"veeeq",
|
|
1443
|
+
"vellip",
|
|
1444
|
+
"verbar",
|
|
1445
|
+
"vert",
|
|
1446
|
+
"vltri",
|
|
1447
|
+
"vprop",
|
|
1448
|
+
"vrtri",
|
|
1449
|
+
"vsubnE",
|
|
1450
|
+
"vsubne",
|
|
1451
|
+
"vsupnE",
|
|
1452
|
+
"vsupne",
|
|
1453
|
+
"vzigzag",
|
|
1454
|
+
"wedbar",
|
|
1455
|
+
"wedge",
|
|
1456
|
+
"wedgeq",
|
|
1457
|
+
"weierp",
|
|
1458
|
+
"wp",
|
|
1459
|
+
"wr",
|
|
1460
|
+
"wreath",
|
|
1461
|
+
"xcap",
|
|
1462
|
+
"xcirc",
|
|
1463
|
+
"xcup",
|
|
1464
|
+
"xdtri",
|
|
1465
|
+
"xhArr",
|
|
1466
|
+
"xharr",
|
|
1467
|
+
"xlArr",
|
|
1468
|
+
"xlarr",
|
|
1469
|
+
"xmap",
|
|
1470
|
+
"xnis",
|
|
1471
|
+
"xodot",
|
|
1472
|
+
"xoplus",
|
|
1473
|
+
"xotime",
|
|
1474
|
+
"xrArr",
|
|
1475
|
+
"xrarr",
|
|
1476
|
+
"xsqcup",
|
|
1477
|
+
"xuplus",
|
|
1478
|
+
"xutri",
|
|
1479
|
+
"xvee",
|
|
1480
|
+
"xwedge",
|
|
1481
|
+
"yen",
|
|
1482
|
+
"zigrarr",
|
|
1483
|
+
"zwj",
|
|
1484
|
+
"zwnj"
|
|
1485
|
+
]);
|