Add optional DoScript contributor toolkit under tools/doscript/#188
Closed
TheServer-lab wants to merge 11 commits intopallets-eco:mainfrom
Closed
Add optional DoScript contributor toolkit under tools/doscript/#188TheServer-lab wants to merge 11 commits intopallets-eco:mainfrom
TheServer-lab wants to merge 11 commits intopallets-eco:mainfrom
Conversation
added 11 commits
February 18, 2026 09:50
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.
Pull Request: Add optional DoScript contributor toolkit under
tools/doscript/Summary
This PR adds a small, optional contributor toolkit written in DoScript under
tools/doscript/.It provides safe, well‑documented helper scripts to make common contributor tasks (lint, tests, cleanup, build, quick archive) easier for people working on the repository.
Why this change?
What’s included
tools/doscript/README.md— maintainer‑friendly explanation and guidancetools/doscript/cleanup.do— safe cleanup of caches and build artifactstools/doscript/dev-check.do— quick repo sanity checkstools/doscript/make-release-zip.do— creates a zip ofsrc/tools/doscript/all.do— full contributor workflow (optional dev deps → lint → test → build → quick zip)Optional helpers:
tools/doscript/lint.dotools/doscript/test.dotools/doscript/requirements-dev.txt(recommended but optional)Files changed
Safety & scope
tools/doscript/onlysrc/or test codeHow to review / run locally
Preview without changing anything
Run full contributor workflow
Run individual helpers
Optional reproducible dev tools
Acceptance checklist (for maintainers)
tools/doscript/Suggested branch / commit
Branch:
tools/doscript-addCommit message:
Add optional DoScript contributor toolkit under tools/doscript/Notes for maintainers
If preferred, I can:
Happy to adjust quickly based on feedback. The goal is purely to make contributor setup easier without affecting the core project.
Acknowledgement
This toolkit is intended only to help contributors and does not attempt to replace the project’s existing build or CI processes.
If changes are needed to make this more acceptable, I will update the PR promptly.
Optional: Installing DoScript
These helper scripts require DoScript.
If you don’t plan to use the scripts, no installation is needed and normal contribution workflows remain unchanged.