This repository was archived by the owner on Oct 10, 2025. It is now read-only.
docs(adr): [#17] propose migration to Meson/Perl automation toolchain #16
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.
This commit introduces a comprehensive set of proposals (ADRs 004-007) to migrate the project's automation from a Makefile/shell script system to an engineered toolchain based on Meson and modern Perl.
This strategic shift aims to improve the long-term reliability, maintainability, security, and testability of the project's internal tooling, bringing it into alignment with the Twelve-Factor App methodology.
The proposals are as follows:
ADR-004: Adopt a Modernized Automation Toolchain: Establishes the high-level strategy of using Meson as the interface and Perl for logic, benchmarked against Debian Stable.
ADR-005: Adopt Test-Driven Implementation and Structure: Defines the implementation plan, including a new
automation/
directory, a test-driven standard, and a clean "flag day" migration that supersedes ADR-001.ADR-006: Adopt Perl Coding and Security Standards: Sets quality and security gates for the new Perl codebase, including mandatory pragmas, taint mode, and linting.
ADR-007: Adopt Meson Build System Principles: Lays out architectural conventions for using Meson to ensure the build system remains modular and robust.
Related changes:
docs/README.md
is updated to include these new proposals..gitignore
is updated to exclude common log and report files.