enhance_swarm 2.0.0 → 2.1.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.
Files changed (105) hide show
  1. checksums.yaml +4 -4
  2. data/.claude/CLAUDE.md +164 -0
  3. data/.claude/MCP.md +117 -0
  4. data/.claude/PERSONAS.md +114 -0
  5. data/.claude/RULES.md +221 -0
  6. data/.enhance_swarm/logs/general_output.log +0 -404
  7. data/.enhance_swarm.yml +33 -0
  8. data/CHANGELOG.md +71 -0
  9. data/README.md +128 -3
  10. data/lib/enhance_swarm/agent_spawner.rb +205 -12
  11. data/lib/enhance_swarm/cli.rb +129 -1
  12. data/lib/enhance_swarm/task_coordinator.rb +363 -86
  13. data/lib/enhance_swarm/version.rb +1 -1
  14. metadata +13 -97
  15. data/PRODUCTION_TEST_LOG.md +0 -502
  16. data/debug_agent_spawner.rb +0 -99
  17. data/debug_cli_spawn.rb +0 -95
  18. data/debug_fixes.rb +0 -209
  19. data/debug_script_execution.rb +0 -124
  20. data/debug_session_issue.rb +0 -87
  21. data/debug_spawn.rb +0 -113
  22. data/debug_spawn_step_by_step.rb +0 -190
  23. data/debug_worktree.rb +0 -77
  24. data/enhance_swarm-0.1.1.gem +0 -0
  25. data/enhance_swarm-1.0.0.gem +0 -0
  26. data/final_validation_test.rb +0 -199
  27. data/setup.sh +0 -86
  28. data/test_blog_app/.enhance_swarm/archives/session_1751187575_e119ea73_20250629_105935.json +0 -16
  29. data/test_blog_app/.enhance_swarm/archives/session_1751187637_7fda97dd_20250629_110037.json +0 -32
  30. data/test_blog_app/.enhance_swarm/archives/session_1751190527_4c99147e_20250629_114847.json +0 -32
  31. data/test_blog_app/.enhance_swarm/archives/session_1751190541_8dc83406_20250629_114901.json +0 -16
  32. data/test_blog_app/.ruby-version +0 -1
  33. data/test_blog_app/Gemfile +0 -18
  34. data/test_blog_app/Gemfile.lock +0 -206
  35. data/test_blog_app/README.md +0 -24
  36. data/test_blog_app/Rakefile +0 -6
  37. data/test_blog_app/app/assets/images/.keep +0 -0
  38. data/test_blog_app/app/assets/stylesheets/application.css +0 -10
  39. data/test_blog_app/app/controllers/application_controller.rb +0 -4
  40. data/test_blog_app/app/controllers/concerns/.keep +0 -0
  41. data/test_blog_app/app/helpers/application_helper.rb +0 -2
  42. data/test_blog_app/app/models/application_record.rb +0 -3
  43. data/test_blog_app/app/models/concerns/.keep +0 -0
  44. data/test_blog_app/app/views/layouts/application.html.erb +0 -27
  45. data/test_blog_app/app/views/pwa/manifest.json.erb +0 -22
  46. data/test_blog_app/app/views/pwa/service-worker.js +0 -26
  47. data/test_blog_app/bin/dev +0 -2
  48. data/test_blog_app/bin/rails +0 -4
  49. data/test_blog_app/bin/rake +0 -4
  50. data/test_blog_app/bin/setup +0 -34
  51. data/test_blog_app/config/application.rb +0 -42
  52. data/test_blog_app/config/boot.rb +0 -3
  53. data/test_blog_app/config/credentials.yml.enc +0 -1
  54. data/test_blog_app/config/database.yml +0 -32
  55. data/test_blog_app/config/environment.rb +0 -5
  56. data/test_blog_app/config/environments/development.rb +0 -51
  57. data/test_blog_app/config/environments/production.rb +0 -67
  58. data/test_blog_app/config/environments/test.rb +0 -42
  59. data/test_blog_app/config/initializers/assets.rb +0 -7
  60. data/test_blog_app/config/initializers/content_security_policy.rb +0 -25
  61. data/test_blog_app/config/initializers/filter_parameter_logging.rb +0 -8
  62. data/test_blog_app/config/initializers/inflections.rb +0 -16
  63. data/test_blog_app/config/locales/en.yml +0 -31
  64. data/test_blog_app/config/master.key +0 -1
  65. data/test_blog_app/config/puma.rb +0 -38
  66. data/test_blog_app/config/routes.rb +0 -14
  67. data/test_blog_app/config.ru +0 -6
  68. data/test_blog_app/db/seeds.rb +0 -9
  69. data/test_blog_app/lib/tasks/.keep +0 -0
  70. data/test_blog_app/log/.keep +0 -0
  71. data/test_blog_app/public/400.html +0 -114
  72. data/test_blog_app/public/404.html +0 -114
  73. data/test_blog_app/public/406-unsupported-browser.html +0 -114
  74. data/test_blog_app/public/422.html +0 -114
  75. data/test_blog_app/public/500.html +0 -114
  76. data/test_blog_app/public/icon.png +0 -0
  77. data/test_blog_app/public/icon.svg +0 -3
  78. data/test_blog_app/public/robots.txt +0 -1
  79. data/test_blog_app/script/.keep +0 -0
  80. data/test_blog_app/storage/.keep +0 -0
  81. data/test_blog_app/test/controllers/.keep +0 -0
  82. data/test_blog_app/test/fixtures/files/.keep +0 -0
  83. data/test_blog_app/test/helpers/.keep +0 -0
  84. data/test_blog_app/test/integration/.keep +0 -0
  85. data/test_blog_app/test/models/.keep +0 -0
  86. data/test_blog_app/test/test_helper.rb +0 -15
  87. data/test_blog_app/test_enhance_swarm_e2e.rb +0 -244
  88. data/test_blog_app/test_realistic_workflow.rb +0 -292
  89. data/test_blog_app/tmp/.keep +0 -0
  90. data/test_blog_app/tmp/pids/.keep +0 -0
  91. data/test_blog_app/tmp/storage/.keep +0 -0
  92. data/test_blog_app/vendor/.keep +0 -0
  93. data/test_builtin_functionality.rb +0 -121
  94. data/test_complete_system.rb +0 -267
  95. data/test_core_components.rb +0 -156
  96. data/test_real_claude_integration.rb +0 -285
  97. data/test_security.rb +0 -150
  98. data/test_smart_defaults.rb +0 -155
  99. data/test_task_integration.rb +0 -173
  100. data/test_web_ui.rb +0 -245
  101. data/web/assets/css/main.css +0 -645
  102. data/web/assets/js/kanban.js +0 -499
  103. data/web/assets/js/main.js +0 -525
  104. data/web/templates/dashboard.html.erb +0 -226
  105. data/web/templates/kanban.html.erb +0 -193
@@ -1,67 +0,0 @@
1
- require "active_support/core_ext/integer/time"
2
-
3
- Rails.application.configure do
4
- # Settings specified here will take precedence over those in config/application.rb.
5
-
6
- # Code is not reloaded between requests.
7
- config.enable_reloading = false
8
-
9
- # Eager load code on boot for better performance and memory savings (ignored by Rake tasks).
10
- config.eager_load = true
11
-
12
- # Full error reports are disabled.
13
- config.consider_all_requests_local = false
14
-
15
- # Turn on fragment caching in view templates.
16
- config.action_controller.perform_caching = true
17
-
18
- # Cache assets for far-future expiry since they are all digest stamped.
19
- config.public_file_server.headers = { "cache-control" => "public, max-age=#{1.year.to_i}" }
20
-
21
- # Enable serving of images, stylesheets, and JavaScripts from an asset server.
22
- # config.asset_host = "http://assets.example.com"
23
-
24
- # Assume all access to the app is happening through a SSL-terminating reverse proxy.
25
- config.assume_ssl = true
26
-
27
- # Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies.
28
- config.force_ssl = true
29
-
30
- # Skip http-to-https redirect for the default health check endpoint.
31
- # config.ssl_options = { redirect: { exclude: ->(request) { request.path == "/up" } } }
32
-
33
- # Log to STDOUT with the current request id as a default log tag.
34
- config.log_tags = [ :request_id ]
35
- config.logger = ActiveSupport::TaggedLogging.logger(STDOUT)
36
-
37
- # Change to "debug" to log everything (including potentially personally-identifiable information!)
38
- config.log_level = ENV.fetch("RAILS_LOG_LEVEL", "info")
39
-
40
- # Prevent health checks from clogging up the logs.
41
- config.silence_healthcheck_path = "/up"
42
-
43
- # Don't log any deprecations.
44
- config.active_support.report_deprecations = false
45
-
46
- # Replace the default in-process memory cache store with a durable alternative.
47
- # config.cache_store = :mem_cache_store
48
-
49
- # Enable locale fallbacks for I18n (makes lookups for any locale fall back to
50
- # the I18n.default_locale when a translation cannot be found).
51
- config.i18n.fallbacks = true
52
-
53
- # Do not dump schema after migrations.
54
- config.active_record.dump_schema_after_migration = false
55
-
56
- # Only use :id for inspections in production.
57
- config.active_record.attributes_for_inspect = [ :id ]
58
-
59
- # Enable DNS rebinding protection and other `Host` header attacks.
60
- # config.hosts = [
61
- # "example.com", # Allow requests from example.com
62
- # /.*\.example\.com/ # Allow requests from subdomains like `www.example.com`
63
- # ]
64
- #
65
- # Skip DNS rebinding protection for the default health check endpoint.
66
- # config.host_authorization = { exclude: ->(request) { request.path == "/up" } }
67
- end
@@ -1,42 +0,0 @@
1
- # The test environment is used exclusively to run your application's
2
- # test suite. You never need to work with it otherwise. Remember that
3
- # your test database is "scratch space" for the test suite and is wiped
4
- # and recreated between test runs. Don't rely on the data there!
5
-
6
- Rails.application.configure do
7
- # Settings specified here will take precedence over those in config/application.rb.
8
-
9
- # While tests run files are not watched, reloading is not necessary.
10
- config.enable_reloading = false
11
-
12
- # Eager loading loads your entire application. When running a single test locally,
13
- # this is usually not necessary, and can slow down your test suite. However, it's
14
- # recommended that you enable it in continuous integration systems to ensure eager
15
- # loading is working properly before deploying your code.
16
- config.eager_load = ENV["CI"].present?
17
-
18
- # Configure public file server for tests with cache-control for performance.
19
- config.public_file_server.headers = { "cache-control" => "public, max-age=3600" }
20
-
21
- # Show full error reports.
22
- config.consider_all_requests_local = true
23
- config.cache_store = :null_store
24
-
25
- # Render exception templates for rescuable exceptions and raise for other exceptions.
26
- config.action_dispatch.show_exceptions = :rescuable
27
-
28
- # Disable request forgery protection in test environment.
29
- config.action_controller.allow_forgery_protection = false
30
-
31
- # Print deprecation notices to the stderr.
32
- config.active_support.deprecation = :stderr
33
-
34
- # Raises error for missing translations.
35
- # config.i18n.raise_on_missing_translations = true
36
-
37
- # Annotate rendered view with file names.
38
- # config.action_view.annotate_rendered_view_with_filenames = true
39
-
40
- # Raise error when a before_action's only/except options reference missing actions.
41
- config.action_controller.raise_on_missing_callback_actions = true
42
- end
@@ -1,7 +0,0 @@
1
- # Be sure to restart your server when you modify this file.
2
-
3
- # Version of your assets, change this if you want to expire all your assets.
4
- Rails.application.config.assets.version = "1.0"
5
-
6
- # Add additional assets to the asset load path.
7
- # Rails.application.config.assets.paths << Emoji.images_path
@@ -1,25 +0,0 @@
1
- # Be sure to restart your server when you modify this file.
2
-
3
- # Define an application-wide content security policy.
4
- # See the Securing Rails Applications Guide for more information:
5
- # https://guides.rubyonrails.org/security.html#content-security-policy-header
6
-
7
- # Rails.application.configure do
8
- # config.content_security_policy do |policy|
9
- # policy.default_src :self, :https
10
- # policy.font_src :self, :https, :data
11
- # policy.img_src :self, :https, :data
12
- # policy.object_src :none
13
- # policy.script_src :self, :https
14
- # policy.style_src :self, :https
15
- # # Specify URI for violation reports
16
- # # policy.report_uri "/csp-violation-report-endpoint"
17
- # end
18
- #
19
- # # Generate session nonces for permitted importmap, inline scripts, and inline styles.
20
- # config.content_security_policy_nonce_generator = ->(request) { request.session.id.to_s }
21
- # config.content_security_policy_nonce_directives = %w(script-src style-src)
22
- #
23
- # # Report violations without enforcing the policy.
24
- # # config.content_security_policy_report_only = true
25
- # end
@@ -1,8 +0,0 @@
1
- # Be sure to restart your server when you modify this file.
2
-
3
- # Configure parameters to be partially matched (e.g. passw matches password) and filtered from the log file.
4
- # Use this to limit dissemination of sensitive information.
5
- # See the ActiveSupport::ParameterFilter documentation for supported notations and behaviors.
6
- Rails.application.config.filter_parameters += [
7
- :passw, :email, :secret, :token, :_key, :crypt, :salt, :certificate, :otp, :ssn, :cvv, :cvc
8
- ]
@@ -1,16 +0,0 @@
1
- # Be sure to restart your server when you modify this file.
2
-
3
- # Add new inflection rules using the following format. Inflections
4
- # are locale specific, and you may define rules for as many different
5
- # locales as you wish. All of these examples are active by default:
6
- # ActiveSupport::Inflector.inflections(:en) do |inflect|
7
- # inflect.plural /^(ox)$/i, "\\1en"
8
- # inflect.singular /^(ox)en/i, "\\1"
9
- # inflect.irregular "person", "people"
10
- # inflect.uncountable %w( fish sheep )
11
- # end
12
-
13
- # These inflection rules are supported but not enabled by default:
14
- # ActiveSupport::Inflector.inflections(:en) do |inflect|
15
- # inflect.acronym "RESTful"
16
- # end
@@ -1,31 +0,0 @@
1
- # Files in the config/locales directory are used for internationalization and
2
- # are automatically loaded by Rails. If you want to use locales other than
3
- # English, add the necessary files in this directory.
4
- #
5
- # To use the locales, use `I18n.t`:
6
- #
7
- # I18n.t "hello"
8
- #
9
- # In views, this is aliased to just `t`:
10
- #
11
- # <%= t("hello") %>
12
- #
13
- # To use a different locale, set it with `I18n.locale`:
14
- #
15
- # I18n.locale = :es
16
- #
17
- # This would use the information in config/locales/es.yml.
18
- #
19
- # To learn more about the API, please read the Rails Internationalization guide
20
- # at https://guides.rubyonrails.org/i18n.html.
21
- #
22
- # Be aware that YAML interprets the following case-insensitive strings as
23
- # booleans: `true`, `false`, `on`, `off`, `yes`, `no`. Therefore, these strings
24
- # must be quoted to be interpreted as strings. For example:
25
- #
26
- # en:
27
- # "yes": yup
28
- # enabled: "ON"
29
-
30
- en:
31
- hello: "Hello world"
@@ -1 +0,0 @@
1
- 43639face18fc3e0dc8cb4ae8445020f
@@ -1,38 +0,0 @@
1
- # This configuration file will be evaluated by Puma. The top-level methods that
2
- # are invoked here are part of Puma's configuration DSL. For more information
3
- # about methods provided by the DSL, see https://puma.io/puma/Puma/DSL.html.
4
- #
5
- # Puma starts a configurable number of processes (workers) and each process
6
- # serves each request in a thread from an internal thread pool.
7
- #
8
- # You can control the number of workers using ENV["WEB_CONCURRENCY"]. You
9
- # should only set this value when you want to run 2 or more workers. The
10
- # default is already 1.
11
- #
12
- # The ideal number of threads per worker depends both on how much time the
13
- # application spends waiting for IO operations and on how much you wish to
14
- # prioritize throughput over latency.
15
- #
16
- # As a rule of thumb, increasing the number of threads will increase how much
17
- # traffic a given process can handle (throughput), but due to CRuby's
18
- # Global VM Lock (GVL) it has diminishing returns and will degrade the
19
- # response time (latency) of the application.
20
- #
21
- # The default is set to 3 threads as it's deemed a decent compromise between
22
- # throughput and latency for the average Rails application.
23
- #
24
- # Any libraries that use a connection pool or another resource pool should
25
- # be configured to provide at least as many connections as the number of
26
- # threads. This includes Active Record's `pool` parameter in `database.yml`.
27
- threads_count = ENV.fetch("RAILS_MAX_THREADS", 3)
28
- threads threads_count, threads_count
29
-
30
- # Specifies the `port` that Puma will listen on to receive requests; default is 3000.
31
- port ENV.fetch("PORT", 3000)
32
-
33
- # Allow puma to be restarted by `bin/rails restart` command.
34
- plugin :tmp_restart
35
-
36
- # Specify the PID file. Defaults to tmp/pids/server.pid in development.
37
- # In other environments, only set the PID file if requested.
38
- pidfile ENV["PIDFILE"] if ENV["PIDFILE"]
@@ -1,14 +0,0 @@
1
- Rails.application.routes.draw do
2
- # Define your application routes per the DSL in https://guides.rubyonrails.org/routing.html
3
-
4
- # Reveal health status on /up that returns 200 if the app boots with no exceptions, otherwise 500.
5
- # Can be used by load balancers and uptime monitors to verify that the app is live.
6
- get "up" => "rails/health#show", as: :rails_health_check
7
-
8
- # Render dynamic PWA files from app/views/pwa/* (remember to link manifest in application.html.erb)
9
- # get "manifest" => "rails/pwa#manifest", as: :pwa_manifest
10
- # get "service-worker" => "rails/pwa#service_worker", as: :pwa_service_worker
11
-
12
- # Defines the root path route ("/")
13
- # root "posts#index"
14
- end
@@ -1,6 +0,0 @@
1
- # This file is used by Rack-based servers to start the application.
2
-
3
- require_relative "config/environment"
4
-
5
- run Rails.application
6
- Rails.application.load_server
@@ -1,9 +0,0 @@
1
- # This file should ensure the existence of records required to run the application in every environment (production,
2
- # development, test). The code here should be idempotent so that it can be executed at any point in every environment.
3
- # The data can then be loaded with the bin/rails db:seed command (or created alongside the database with db:setup).
4
- #
5
- # Example:
6
- #
7
- # ["Action", "Comedy", "Drama", "Horror"].each do |genre_name|
8
- # MovieGenre.find_or_create_by!(name: genre_name)
9
- # end
File without changes
File without changes
@@ -1,114 +0,0 @@
1
- <!doctype html>
2
-
3
- <html lang="en">
4
-
5
- <head>
6
-
7
- <title>The server cannot process the request due to a client error (400 Bad Request)</title>
8
-
9
- <meta charset="utf-8">
10
- <meta name="viewport" content="initial-scale=1, width=device-width">
11
- <meta name="robots" content="noindex, nofollow">
12
-
13
- <style>
14
-
15
- *, *::before, *::after {
16
- box-sizing: border-box;
17
- }
18
-
19
- * {
20
- margin: 0;
21
- }
22
-
23
- html {
24
- font-size: 16px;
25
- }
26
-
27
- body {
28
- background: #FFF;
29
- color: #261B23;
30
- display: grid;
31
- font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Aptos, Roboto, "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
32
- font-size: clamp(1rem, 2.5vw, 2rem);
33
- -webkit-font-smoothing: antialiased;
34
- font-style: normal;
35
- font-weight: 400;
36
- letter-spacing: -0.0025em;
37
- line-height: 1.4;
38
- min-height: 100vh;
39
- place-items: center;
40
- text-rendering: optimizeLegibility;
41
- -webkit-text-size-adjust: 100%;
42
- }
43
-
44
- a {
45
- color: inherit;
46
- font-weight: 700;
47
- text-decoration: underline;
48
- text-underline-offset: 0.0925em;
49
- }
50
-
51
- b, strong {
52
- font-weight: 700;
53
- }
54
-
55
- i, em {
56
- font-style: italic;
57
- }
58
-
59
- main {
60
- display: grid;
61
- gap: 1em;
62
- padding: 2em;
63
- place-items: center;
64
- text-align: center;
65
- }
66
-
67
- main header {
68
- width: min(100%, 12em);
69
- }
70
-
71
- main header svg {
72
- height: auto;
73
- max-width: 100%;
74
- width: 100%;
75
- }
76
-
77
- main article {
78
- width: min(100%, 30em);
79
- }
80
-
81
- main article p {
82
- font-size: 75%;
83
- }
84
-
85
- main article br {
86
-
87
- display: none;
88
-
89
- @media(min-width: 48em) {
90
- display: inline;
91
- }
92
-
93
- }
94
-
95
- </style>
96
-
97
- </head>
98
-
99
- <body>
100
-
101
- <!-- This file lives in public/400.html -->
102
-
103
- <main>
104
- <header>
105
- <svg height="172" viewBox="0 0 480 172" width="480" xmlns="http://www.w3.org/2000/svg"><path d="m124.48 3.00509-45.6889 100.02991h26.2239v-28.1168h38.119v28.1168h21.628v35.145h-21.628v30.82h-37.308v-30.82h-72.1833v-31.901l50.2851-103.27391zm115.583 168.69891c-40.822 0-64.884-35.146-64.884-85.7015 0-50.5554 24.062-85.700907 64.884-85.700907 40.823 0 64.884 35.145507 64.884 85.700907 0 50.5555-24.061 85.7015-64.884 85.7015zm0-133.2831c-17.572 0-22.709 21.8984-22.709 47.5816 0 25.6835 5.137 47.5815 22.709 47.5815 17.303 0 22.71-21.898 22.71-47.5815 0-25.6832-5.407-47.5816-22.71-47.5816zm140.456 133.2831c-40.823 0-64.884-35.146-64.884-85.7015 0-50.5554 24.061-85.700907 64.884-85.700907 40.822 0 64.884 35.145507 64.884 85.700907 0 50.5555-24.062 85.7015-64.884 85.7015zm0-133.2831c-17.573 0-22.71 21.8984-22.71 47.5816 0 25.6835 5.137 47.5815 22.71 47.5815 17.302 0 22.709-21.898 22.709-47.5815 0-25.6832-5.407-47.5816-22.709-47.5816z" fill="#f0eff0"/><path d="m123.606 85.4445c3.212 1.0523 5.538 4.2089 5.538 8.0301 0 6.1472-4.209 9.5254-11.298 9.5254h-15.617v-34.0033h14.565c7.089 0 11.353 3.1566 11.353 9.2484 0 3.6551-2.049 6.3134-4.541 7.1994zm-12.904-2.9905h5.095c2.603 0 3.988-.9968 3.988-3.1013 0-2.1044-1.385-3.0459-3.988-3.0459h-5.095zm0 6.6456v6.5902h5.981c2.492 0 3.877-1.3291 3.877-3.2674 0-2.049-1.385-3.3228-3.877-3.3228zm43.786 13.9004h-8.362v-1.274c-.831.831-3.323 1.717-5.981 1.717-4.929 0-9.083-2.769-9.083-8.0301 0-4.818 4.154-7.9193 9.581-7.9193 2.049 0 4.486.6646 5.483 1.3845v-1.606c0-1.606-.942-2.9905-3.046-2.9905-1.606 0-2.548.7199-2.935 1.8275h-8.197c.72-4.8181 4.985-8.6393 11.409-8.6393 7.088 0 11.131 3.7659 11.131 10.2453zm-8.362-6.9779v-1.4399c-.554-1.0522-2.049-1.7167-3.655-1.7167-1.717 0-3.434.7199-3.434 2.3813 0 1.7168 1.717 2.4367 3.434 2.4367 1.606 0 3.101-.6645 3.655-1.6614zm27.996 6.9779v-1.994c-1.163 1.329-3.599 2.548-6.147 2.548-7.199 0-11.131-5.8151-11.131-13.0145s3.932-13.0143 11.131-13.0143c2.548 0 4.984 1.2184 6.147 2.5475v-13.0697h8.695v35.997zm0-9.1931v-6.5902c-.664-1.3291-2.159-2.326-3.821-2.326-2.99 0-4.763 2.4368-4.763 5.6488s1.773 5.5934 4.763 5.5934c1.717 0 3.157-.9415 3.821-2.326zm35.471-2.049h-3.101v11.2421h-8.806v-34.0033h15.285c7.31 0 12.35 4.1535 12.35 11.5744 0 5.1503-2.603 8.6947-6.757 10.2453l7.975 12.1836h-9.858zm-3.101-15.2849v8.1962h5.538c3.156 0 4.596-1.606 4.596-4.0981s-1.44-4.0981-4.596-4.0981zm36.957 17.8323h8.03c-.886 5.7597-5.206 9.2487-11.685 9.2487-7.643 0-12.682-5.2613-12.682-13.0145 0-7.6978 5.316-13.0143 12.515-13.0143 7.643 0 11.962 5.095 11.962 12.5159v2.1598h-16.115c.277 2.9905 1.827 4.5965 4.32 4.5965 1.772 0 3.156-.7753 3.655-2.4921zm-3.822-10.0237c-2.049 0-3.433 1.2737-3.987 3.5997h7.532c-.111-2.0491-1.385-3.5997-3.545-3.5997zm30.98 27.5234v-10.799c-1.163 1.329-3.6 2.548-6.147 2.548-7.2 0-11.132-5.9259-11.132-13.0145 0-7.144 3.932-13.0143 11.132-13.0143 2.547 0 4.984 1.2184 6.147 2.5475v-1.9937h8.695v33.726zm0-17.9981v-6.5902c-.665-1.3291-2.105-2.326-3.821-2.326-2.991 0-4.763 2.4368-4.763 5.6488s1.772 5.5934 4.763 5.5934c1.661 0 3.156-.9415 3.821-2.326zm36.789-15.7279v24.921h-8.695v-2.16c-1.329 1.551-3.821 2.714-6.646 2.714-5.482 0-8.75-3.5999-8.75-9.1379v-16.3371h8.64v14.288c0 2.1045.996 3.5997 3.212 3.5997 1.606 0 3.101-1.0522 3.544-2.769v-15.1187zm19.084 16.2263h8.03c-.886 5.7597-5.206 9.2487-11.685 9.2487-7.643 0-12.682-5.2613-12.682-13.0145 0-7.6978 5.316-13.0143 12.515-13.0143 7.643 0 11.963 5.095 11.963 12.5159v2.1598h-16.116c.277 2.9905 1.828 4.5965 4.32 4.5965 1.772 0 3.156-.7753 3.655-2.4921zm-3.822-10.0237c-2.049 0-3.433 1.2737-3.987 3.5997h7.532c-.111-2.0491-1.385-3.5997-3.545-3.5997zm13.428 11.0206h8.474c.387 1.3845 1.606 2.1598 3.156 2.1598 1.44 0 2.548-.5538 2.548-1.7168 0-.9414-.72-1.2737-1.939-1.5506l-4.873-.9969c-4.154-.886-6.867-2.8797-6.867-7.2547 0-5.3165 4.762-8.4178 10.633-8.4178 6.812 0 10.522 3.1567 11.297 8.0855h-8.03c-.277-1.0522-1.052-1.9937-3.046-1.9937-1.273 0-2.326.5538-2.326 1.6614 0 .7753.554 1.163 1.717 1.3845l4.929 1.163c4.541 1.0522 6.978 3.4335 6.978 7.4763 0 5.3168-4.818 8.2518-10.91 8.2518-6.369 0-10.965-2.88-11.741-8.2518zm27.538-.8861v-9.5807h-3.655v-6.7564h3.655v-6.8671h8.584v6.8671h5.205v6.7564h-5.205v8.307c0 1.9383.941 2.769 2.658 2.769.941 0 1.993-.2216 2.769-.5538v7.3654c-.997.443-2.88.775-4.818.775-5.871 0-9.193-2.769-9.193-9.0819z" fill="#d30001"/></svg>
106
- </header>
107
- <article>
108
- <p><strong>The server cannot process the request due to a client error.</strong> Please check the request and try again. If you’re the application owner check the logs for more information.</p>
109
- </article>
110
- </main>
111
-
112
- </body>
113
-
114
- </html>
@@ -1,114 +0,0 @@
1
- <!doctype html>
2
-
3
- <html lang="en">
4
-
5
- <head>
6
-
7
- <title>The page you were looking for doesn’t exist (404 Not found)</title>
8
-
9
- <meta charset="utf-8">
10
- <meta name="viewport" content="initial-scale=1, width=device-width">
11
- <meta name="robots" content="noindex, nofollow">
12
-
13
- <style>
14
-
15
- *, *::before, *::after {
16
- box-sizing: border-box;
17
- }
18
-
19
- * {
20
- margin: 0;
21
- }
22
-
23
- html {
24
- font-size: 16px;
25
- }
26
-
27
- body {
28
- background: #FFF;
29
- color: #261B23;
30
- display: grid;
31
- font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Aptos, Roboto, "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
32
- font-size: clamp(1rem, 2.5vw, 2rem);
33
- -webkit-font-smoothing: antialiased;
34
- font-style: normal;
35
- font-weight: 400;
36
- letter-spacing: -0.0025em;
37
- line-height: 1.4;
38
- min-height: 100vh;
39
- place-items: center;
40
- text-rendering: optimizeLegibility;
41
- -webkit-text-size-adjust: 100%;
42
- }
43
-
44
- a {
45
- color: inherit;
46
- font-weight: 700;
47
- text-decoration: underline;
48
- text-underline-offset: 0.0925em;
49
- }
50
-
51
- b, strong {
52
- font-weight: 700;
53
- }
54
-
55
- i, em {
56
- font-style: italic;
57
- }
58
-
59
- main {
60
- display: grid;
61
- gap: 1em;
62
- padding: 2em;
63
- place-items: center;
64
- text-align: center;
65
- }
66
-
67
- main header {
68
- width: min(100%, 12em);
69
- }
70
-
71
- main header svg {
72
- height: auto;
73
- max-width: 100%;
74
- width: 100%;
75
- }
76
-
77
- main article {
78
- width: min(100%, 30em);
79
- }
80
-
81
- main article p {
82
- font-size: 75%;
83
- }
84
-
85
- main article br {
86
-
87
- display: none;
88
-
89
- @media(min-width: 48em) {
90
- display: inline;
91
- }
92
-
93
- }
94
-
95
- </style>
96
-
97
- </head>
98
-
99
- <body>
100
-
101
- <!-- This file lives in public/404.html -->
102
-
103
- <main>
104
- <header>
105
- <svg height="172" viewBox="0 0 480 172" width="480" xmlns="http://www.w3.org/2000/svg"><path d="m124.48 3.00509-45.6889 100.02991h26.2239v-28.1168h38.119v28.1168h21.628v35.145h-21.628v30.82h-37.308v-30.82h-72.1833v-31.901l50.2851-103.27391zm115.583 168.69891c-40.822 0-64.884-35.146-64.884-85.7015 0-50.5554 24.062-85.700907 64.884-85.700907 40.823 0 64.884 35.145507 64.884 85.700907 0 50.5555-24.061 85.7015-64.884 85.7015zm0-133.2831c-17.572 0-22.709 21.8984-22.709 47.5816 0 25.6835 5.137 47.5815 22.709 47.5815 17.303 0 22.71-21.898 22.71-47.5815 0-25.6832-5.407-47.5816-22.71-47.5816zm165.328-35.41581-45.689 100.02991h26.224v-28.1168h38.119v28.1168h21.628v35.145h-21.628v30.82h-37.308v-30.82h-72.184v-31.901l50.285-103.27391z" fill="#f0eff0"/><path d="m157.758 68.9967v34.0033h-7.199l-14.233-19.8814v19.8814h-8.584v-34.0033h8.307l13.125 18.7184v-18.7184zm28.454 21.5428c0 7.6978-5.15 13.0145-12.737 13.0145-7.532 0-12.738-5.3167-12.738-13.0145s5.206-13.0143 12.738-13.0143c7.587 0 12.737 5.3165 12.737 13.0143zm-8.528 0c0-3.4336-1.496-5.8703-4.209-5.8703-2.659 0-4.154 2.4367-4.154 5.8703s1.495 5.8149 4.154 5.8149c2.713 0 4.209-2.3813 4.209-5.8149zm13.184 3.8766v-9.5807h-3.655v-6.7564h3.655v-6.8671h8.584v6.8671h5.205v6.7564h-5.205v8.307c0 1.9383.941 2.769 2.658 2.769.941 0 1.994-.2216 2.769-.5538v7.3654c-.997.443-2.88.775-4.818.775-5.87 0-9.193-2.769-9.193-9.0819zm37.027 8.5839h-8.806v-34.0033h23.924v7.6978h-15.118v6.7564h13.9v7.5316h-13.9zm41.876-12.4605c0 7.6978-5.15 13.0145-12.737 13.0145-7.532 0-12.738-5.3167-12.738-13.0145s5.206-13.0143 12.738-13.0143c7.587 0 12.737 5.3165 12.737 13.0143zm-8.529 0c0-3.4336-1.495-5.8703-4.208-5.8703-2.659 0-4.154 2.4367-4.154 5.8703s1.495 5.8149 4.154 5.8149c2.713 0 4.208-2.3813 4.208-5.8149zm35.337-12.4605v24.921h-8.695v-2.16c-1.329 1.551-3.821 2.714-6.646 2.714-5.482 0-8.75-3.5999-8.75-9.1379v-16.3371h8.64v14.288c0 2.1045.997 3.5997 3.212 3.5997 1.606 0 3.101-1.0522 3.544-2.769v-15.1187zm4.076 24.921v-24.921h8.694v2.1598c1.385-1.5506 3.822-2.7136 6.701-2.7136 5.538 0 8.806 3.5997 8.806 9.1377v16.3371h-8.639v-14.2327c0-2.049-1.053-3.5443-3.268-3.5443-1.717 0-3.156.9969-3.6 2.7136v15.0634zm44.113 0v-1.994c-1.163 1.329-3.6 2.548-6.147 2.548-7.2 0-11.132-5.8151-11.132-13.0145s3.932-13.0143 11.132-13.0143c2.547 0 4.984 1.2184 6.147 2.5475v-13.0697h8.695v35.997zm0-9.1931v-6.5902c-.665-1.3291-2.16-2.326-3.821-2.326-2.991 0-4.763 2.4368-4.763 5.6488s1.772 5.5934 4.763 5.5934c1.717 0 3.156-.9415 3.821-2.326z" fill="#d30001"/></svg>
106
- </header>
107
- <article>
108
- <p><strong>The page you were looking for doesn’t exist.</strong> You may have mistyped the address or the page may have moved. If you’re the application owner check the logs for more information.</p>
109
- </article>
110
- </main>
111
-
112
- </body>
113
-
114
- </html>
@@ -1,114 +0,0 @@
1
- <!doctype html>
2
-
3
- <html lang="en">
4
-
5
- <head>
6
-
7
- <title>Your browser is not supported (406 Not Acceptable)</title>
8
-
9
- <meta charset="utf-8">
10
- <meta name="viewport" content="initial-scale=1, width=device-width">
11
- <meta name="robots" content="noindex, nofollow">
12
-
13
- <style>
14
-
15
- *, *::before, *::after {
16
- box-sizing: border-box;
17
- }
18
-
19
- * {
20
- margin: 0;
21
- }
22
-
23
- html {
24
- font-size: 16px;
25
- }
26
-
27
- body {
28
- background: #FFF;
29
- color: #261B23;
30
- display: grid;
31
- font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Aptos, Roboto, "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
32
- font-size: clamp(1rem, 2.5vw, 2rem);
33
- -webkit-font-smoothing: antialiased;
34
- font-style: normal;
35
- font-weight: 400;
36
- letter-spacing: -0.0025em;
37
- line-height: 1.4;
38
- min-height: 100vh;
39
- place-items: center;
40
- text-rendering: optimizeLegibility;
41
- -webkit-text-size-adjust: 100%;
42
- }
43
-
44
- a {
45
- color: inherit;
46
- font-weight: 700;
47
- text-decoration: underline;
48
- text-underline-offset: 0.0925em;
49
- }
50
-
51
- b, strong {
52
- font-weight: 700;
53
- }
54
-
55
- i, em {
56
- font-style: italic;
57
- }
58
-
59
- main {
60
- display: grid;
61
- gap: 1em;
62
- padding: 2em;
63
- place-items: center;
64
- text-align: center;
65
- }
66
-
67
- main header {
68
- width: min(100%, 12em);
69
- }
70
-
71
- main header svg {
72
- height: auto;
73
- max-width: 100%;
74
- width: 100%;
75
- }
76
-
77
- main article {
78
- width: min(100%, 30em);
79
- }
80
-
81
- main article p {
82
- font-size: 75%;
83
- }
84
-
85
- main article br {
86
-
87
- display: none;
88
-
89
- @media(min-width: 48em) {
90
- display: inline;
91
- }
92
-
93
- }
94
-
95
- </style>
96
-
97
- </head>
98
-
99
- <body>
100
-
101
- <!-- This file lives in public/406-unsupported-browser.html -->
102
-
103
- <main>
104
- <header>
105
- <svg height="172" viewBox="0 0 480 172" width="480" xmlns="http://www.w3.org/2000/svg"><path d="m124.48 3.00509-45.6889 100.02991h26.2239v-28.1168h38.119v28.1168h21.628v35.145h-21.628v30.82h-37.308v-30.82h-72.1833v-31.901l50.2851-103.27391zm115.583 168.69891c-40.822 0-64.884-35.146-64.884-85.7015 0-50.5554 24.062-85.700907 64.884-85.700907 40.823 0 64.884 35.145507 64.884 85.700907 0 50.5555-24.061 85.7015-64.884 85.7015zm0-133.2831c-17.572 0-22.709 21.8984-22.709 47.5816 0 25.6835 5.137 47.5815 22.709 47.5815 17.303 0 22.71-21.898 22.71-47.5815 0-25.6832-5.407-47.5816-22.71-47.5816zm202.906 9.7326h-41.093c-2.433-7.2994-7.84-12.4361-17.302-12.4361-16.221 0-25.413 17.5728-25.954 34.8752v1.3517c5.137-7.0291 16.221-12.4361 30.82-12.4361 33.524 0 54.881 24.0612 54.881 53.7998 0 33.253-23.791 58.396-61.64 58.396-21.628 0-39.741-10.003-50.825-27.576-9.733-14.599-13.788-32.442-13.788-54.3406 0-51.9072 24.331-89.485807 66.236-89.485807 32.712 0 53.258 18.654107 58.665 47.851907zm-82.727 66.2355c0 13.247 9.463 22.439 22.71 22.439 12.977 0 22.439-9.192 22.439-22.439 0-13.517-9.462-22.7091-22.439-22.7091-13.247 0-22.71 9.1921-22.71 22.7091z" fill="#f0eff0"/><path d="m100.761 68.9967v34.0033h-7.1991l-14.2326-19.8814v19.8814h-8.5839v-34.0033h8.307l13.125 18.7184v-18.7184zm28.454 21.5428c0 7.6978-5.15 13.0145-12.737 13.0145-7.532 0-12.738-5.3167-12.738-13.0145s5.206-13.0143 12.738-13.0143c7.587 0 12.737 5.3165 12.737 13.0143zm-8.529 0c0-3.4336-1.495-5.8703-4.208-5.8703-2.659 0-4.154 2.4367-4.154 5.8703s1.495 5.8149 4.154 5.8149c2.713 0 4.208-2.3813 4.208-5.8149zm13.185 3.8766v-9.5807h-3.655v-6.7564h3.655v-6.8671h8.584v6.8671h5.205v6.7564h-5.205v8.307c0 1.9383.941 2.769 2.658 2.769.941 0 1.994-.2216 2.769-.5538v7.3654c-.997.443-2.88.775-4.818.775-5.87 0-9.193-2.769-9.193-9.0819zm39.02-25.4194h9.083l12.958 34.0033h-9.027l-2.436-6.5902h-12.35l-2.381 6.5902h-8.806zm4.431 10.5222-3.489 9.5807h6.978zm17.44 11.0206c0-7.6978 5.095-13.0143 12.572-13.0143 6.701 0 10.854 3.9874 11.574 9.8023h-8.418c-.221-1.4953-1.384-2.6029-3.156-2.6029-2.437 0-3.988 2.2706-3.988 5.8149s1.551 5.7595 3.988 5.7595c1.772 0 2.935-1.0522 3.156-2.5475h8.418c-.72 5.7596-4.873 9.8025-11.574 9.8025-7.477 0-12.572-5.3167-12.572-13.0145zm25.676 0c0-7.6978 5.095-13.0143 12.572-13.0143 6.701 0 10.854 3.9874 11.574 9.8023h-8.418c-.221-1.4953-1.384-2.6029-3.156-2.6029-2.437 0-3.988 2.2706-3.988 5.8149s1.551 5.7595 3.988 5.7595c1.772 0 2.935-1.0522 3.156-2.5475h8.418c-.72 5.7596-4.873 9.8025-11.574 9.8025-7.477 0-12.572-5.3167-12.572-13.0145zm42.013 3.7658h8.031c-.887 5.7597-5.206 9.2487-11.686 9.2487-7.642 0-12.682-5.2613-12.682-13.0145 0-7.6978 5.317-13.0143 12.516-13.0143 7.643 0 11.962 5.095 11.962 12.5159v2.1598h-16.115c.277 2.9905 1.827 4.5965 4.319 4.5965 1.773 0 3.157-.7753 3.655-2.4921zm-3.821-10.0237c-2.049 0-3.433 1.2737-3.987 3.5997h7.532c-.111-2.0491-1.385-3.5997-3.545-3.5997zm23.4 16.7244v10.799h-8.694v-33.726h8.694v1.9937c1.163-1.3291 3.6-2.5475 6.148-2.5475 7.199 0 11.131 5.8703 11.131 13.0143 0 7.0886-3.932 13.0145-11.131 13.0145-2.548 0-4.985-1.219-6.148-2.548zm0-13.7893v6.5902c.665 1.3845 2.16 2.326 3.822 2.326 2.99 0 4.762-2.3814 4.762-5.5934s-1.772-5.6488-4.762-5.6488c-1.717 0-3.157.9969-3.822 2.326zm21.892 7.1994v-9.5807h-3.655v-6.7564h3.655v-6.8671h8.584v6.8671h5.206v6.7564h-5.206v8.307c0 1.9383.941 2.769 2.658 2.769.942 0 1.994-.2216 2.769-.5538v7.3654c-.997.443-2.88.775-4.818.775-5.87 0-9.193-2.769-9.193-9.0819zm39.458 8.5839h-8.363v-1.274c-.83.831-3.322 1.717-5.981 1.717-4.928 0-9.082-2.769-9.082-8.0301 0-4.818 4.154-7.9193 9.581-7.9193 2.049 0 4.486.6646 5.482 1.3845v-1.606c0-1.606-.941-2.9905-3.045-2.9905-1.606 0-2.548.7199-2.936 1.8275h-8.196c.72-4.8181 4.984-8.6393 11.408-8.6393 7.089 0 11.132 3.7659 11.132 10.2453zm-8.363-6.9779v-1.4399c-.553-1.0522-2.049-1.7167-3.655-1.7167-1.716 0-3.433.7199-3.433 2.3813 0 1.7168 1.717 2.4367 3.433 2.4367 1.606 0 3.102-.6645 3.655-1.6614zm20.742 4.9839v1.994h-8.694v-35.997h8.694v13.0697c1.163-1.3291 3.6-2.5475 6.148-2.5475 7.199 0 11.131 5.8149 11.131 13.0143s-3.932 13.0145-11.131 13.0145c-2.548 0-4.985-1.219-6.148-2.548zm0-13.7893v6.5902c.665 1.3845 2.105 2.326 3.822 2.326 2.99 0 4.762-2.3814 4.762-5.5934s-1.772-5.6488-4.762-5.6488c-1.662 0-3.157.9969-3.822 2.326zm28.759-20.2137v35.997h-8.695v-35.997zm19.172 27.3023h8.03c-.886 5.7597-5.206 9.2487-11.685 9.2487-7.643 0-12.682-5.2613-12.682-13.0145 0-7.6978 5.316-13.0143 12.516-13.0143 7.642 0 11.962 5.095 11.962 12.5159v2.1598h-16.116c.277 2.9905 1.828 4.5965 4.32 4.5965 1.772 0 3.157-.7753 3.655-2.4921zm-3.821-10.0237c-2.049 0-3.434 1.2737-3.988 3.5997h7.532c-.111-2.0491-1.384-3.5997-3.544-3.5997z" fill="#d30001"/></svg>
106
- </header>
107
- <article>
108
- <p><strong>Your browser is not supported.</strong><br> Please upgrade your browser to continue.</p>
109
- </article>
110
- </main>
111
-
112
- </body>
113
-
114
- </html>