Skip to content

Conversation

@Doglightning
Copy link
Contributor

@Doglightning Doglightning commented Jan 21, 2026

TL;DR

Removed the [registry] section from all template world.toml files.

What changed?

Removed the deprecated [registry] configuration section from the world.toml files in all template directories:

  • bare-bone/world.toml
  • basic/world.toml
  • multi-shard/world.toml

The removed section contained commented-out configuration options for log level and OpenTelemetry.

How to test?

  1. Create new projects using each template type:
    mud create my-bare-bone-project --template bare-bone
    mud create my-basic-project --template basic
    mud create my-multi-shard-project --template multi-shard
    
  2. Verify that the generated world.toml files don't contain the [registry] section
  3. Ensure the projects still build and run correctly

Why make this change?

The [registry] section is no longer needed in the configuration as this functionality has likely been consolidated elsewhere or deprecated. This change simplifies the configuration files and removes unused options that could confuse new users.

@Doglightning Doglightning changed the title chore: remove registry from toml examples refactor: remove registry section from template world.toml files Jan 21, 2026
Copy link
Contributor Author


How to use the Graphite Merge Queue

Add the label graphite/merge to this PR to add it to the merge queue.

You must have a Graphite account in order to use the merge queue. Sign up using this link.

An organization admin has enabled the Graphite Merge Queue in this repository.

Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue.

This stack of pull requests is managed by Graphite. Learn more about stacking.

@Doglightning Doglightning requested a review from rmrt1n January 21, 2026 20:41
@Doglightning Doglightning marked this pull request as ready for review January 21, 2026 20:41
@rmrt1n rmrt1n merged commit 5cef5a0 into main Jan 23, 2026
8 checks passed
@rmrt1n rmrt1n deleted the Anthony/remove-registry-toml branch January 23, 2026 08:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants