Skip to content

hack: Move development scripts - #629

Merged
timflannagan merged 1 commit into
agentregistry-dev:mainfrom
timflannagan:chore/move-development-scripts
Aug 21, 2026
Merged

hack: Move development scripts#629
timflannagan merged 1 commit into
agentregistry-dev:mainfrom
timflannagan:chore/move-development-scripts

Conversation

@timflannagan

Copy link
Copy Markdown
Collaborator

Description

Move repository development tooling for Kind and Helm chart tests from
scripts/ to hack/. Keep the public get-arctl installer under scripts/
and update all Makefile and documentation references to the new paths.

This is an exact relocation with no script behavior changes.

Change Type

/kind cleanup

Changelog

NONE

Additional Notes

Validated shell syntax, executable modes, exact file contents, path references,
Makefile command expansion, and git diff --check. Broad test and lint targets
were not run because this is a path-only maintenance change.

Keep repository development tooling under hack while reserving scripts for
the public arctl installer. Update build and documentation references to the
new locations without changing script behavior.

Signed-off-by: timflannagan <timflannagan@gmail.com>

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Moves local development and Helm chart testing scripts from scripts/ to hack/, updating Makefile targets and documentation to reference the new locations while keeping the public scripts/get-arctl installer under scripts/.

Changes:

  • Updated Makefile targets to invoke Kind and helm-unittest scripts from hack/.
  • Added the relocated Kind setup scripts/config and helm-unittest installer under hack/.
  • Updated documentation references from scripts/kind/... to hack/kind/....

Reviewed changes

Copilot reviewed 3 out of 8 changed files in this pull request and generated no comments.

Show a summary per file
File Description
Makefile Updates script invocations to point to hack/ paths for Kind setup and helm-unittest installation.
hack/kind/setup-metallb.sh Relocated MetalLB install/config script for local Kind clusters.
hack/kind/setup-kind.sh Relocated Kind cluster creation script (incl. optional local registry wiring).
hack/kind/README.md Relocated Kind dev-environment documentation under hack/.
hack/kind/kind-config.yaml Relocated Kind cluster configuration YAML.
hack/install-helm-unittest.sh Relocated helm-unittest plugin installer used by Makefile chart tests.
docs/governance/cncf/technical-review.md Updates Kind documentation reference to the new hack/kind/README.md path.
DEVELOPMENT.md Updates Kind documentation link to the new hack/kind/README.md path.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@timflannagan
timflannagan added this pull request to the merge queue Aug 21, 2026
Merged via the queue into agentregistry-dev:main with commit 84f7a5e Aug 21, 2026
7 checks passed
@timflannagan
timflannagan deleted the chore/move-development-scripts branch August 21, 2026 18:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants