chore: archive stale material and migrate maintenance tooling to TypeScript - #25
Merged
Merged
Conversation
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.
Historical migration plans, audit diagrams, and retired worktree tooling now live in
archive/. Maintained helpers are strict TypeScript, documented by caller and purpose, and invoked consistently by package commands and CI. The runtime and Moltnet registries remain packaged build inputs; blueprint documentation explains which runtimes use captured defaults or generated configuration.The Daimon source image uses its public
buildandverify:nativepackage commands, so it no longer depends on internal helper filenames. Companion: noopolis/daimon#20.Validation: typecheck/build; 3,508 Vitest tests, 12 Node tests, and 28 script tests; isolated package installation; native helper checks on both architectures; named-volume preseed; offline Moltnet source Docker integration; and independent AGY review. A negative mutation verified the TypeScript source policy. The complete offline Daimon integration passed: source package and native artifacts, loopback registry wrapper, shipped runtime startup/restart as an unprivileged user, and rejection of corrupt dependency integrity, missing/damaged binaries, and archive tampering. The final test uses a tar exporter after a local directory-export stall. Clean-checkout typechecking also passed with dist absent.