Feat/realistic project validation#69
Merged
Merged
Conversation
Add the hidden r1-cluster-single-entrypoint acceptance command for the Phase 1 productization claim. The runner now chooses one seeded entrypoint, sends one business prompt, wakes workers only with the generic Mnemon-context prompt, and records the runner contract, participant, finding, topology, event-count, and observability evidence in report.json. Validation: go test ./harness/cmd/mnemon-harness; go test ./...; go build -o mnemon .; go build -o .testdata/build/mnemon-harness ./harness/cmd/mnemon-harness; make test. Real Phase 1 run passed at .testdata/r1-cluster-single-entrypoint/20260625T-phase1-seed20260625/report.json with seed 20260625.
When OpenLocalRuntime merged sync-import rules for an importable external kind that was not enabled as a local loop, sync@local had authority and import rules but the materializer SchemaGuard did not know the kind. Add the importable kind headers from the resolved catalog while merging sync import so remote materials can validate through the same kernel guard. Validation: go test ./harness/internal/app; go test ./...; make test.
Limit the bilingual harness doc check to Chinese mirrors that are actually shipped, then sync the existing Chinese USAGE heading set with the English trust-model section. Also make eval-router-check skip explicitly when the optional mnemon-harness eval command is not present, instead of failing without a useful diagnostic. Validation: make harness-docs-check; make eval-router-check; go test ./...; make test.
Rewrite host hook files through a shared executable-file helper that writes and chmods 0755. This keeps reruns from inheriting a stale non-executable mode on existing hook paths. Validation: go test ./internal/setup; go test ./...; go build -o mnemon .; make test.
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.
What
Brief description of changes.
Why
Link to issue or explain the motivation.
Checklist
make testandgo test ./...)