chore(registry/nboyers): remove noahboyers contributor namespace - #1139
Merged
Merged
Conversation
Removes the Noah Boyers contributor profile and cloud-dev template. No modules and no remaining references in the repo.
phorcys420
marked this pull request as ready for review
September 21, 2026 19:32
35C4n0r
approved these changes
Sep 22, 2026
phorcys420
enabled auto-merge (squash)
September 23, 2026 01:43
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Removes the
noahboyers(Noah Boyers) community contributor namespace from the registry: the contributor profile and their singlecloud-devtemplate. There were nomodules/, and nothing else in the repo referenced the namespace.Type of Change
Template Information
Path (removed):
registry/nboyers/templates/cloud-devTesting & Validation
go build ./cmd/readmevalidation && ./readmevalidationpasses (29 contributors, 89 modules, 37 templates, 1 skill all valid)git grepfornboyers/noahboyers/nobosoftwarereturns zero remaining referencesRelated Issues
None
Decision log / verification
noahboyersmaps to registry namespaceregistry/nboyers/(display name "Noah Boyers",status: community). This namespace was the only place in the repo referencing them..gitignore,.images/avatar.png,README.md, andtemplates/cloud-dev/(README.md,main.tf,variables.tf,scripts/cloud-auth.sh,scripts/setup-workspace.sh). Nomodules/.git grep -rinfornboyers,noahboyers,noah boyers,nobosoftwarereturns nothing after removal.validate-readme-files(Go validator): re-run locally, exit 0.test-terraform(check:terraform/check:validate/check:typescript): the change-detection scripts guard with[[ -d ... ]]and only test modules, so a deleted template dir is skipped;SHARED_CHANGEDstays false.validate-style(fmt:ci+ typos): unaffected by a deletion.noahboyersis not a repo collaborator and not a visiblecoderorg member, so no access needs revoking.Generated with Coder Agents on behalf of @phorcys420.