Skip to content

Feat/realistic project validation#69

Merged
Grivn merged 4 commits into
masterfrom
feat/realistic-project-validation
Jun 25, 2026
Merged

Feat/realistic project validation#69
Grivn merged 4 commits into
masterfrom
feat/realistic-project-validation

Conversation

@Grivn

@Grivn Grivn commented Jun 25, 2026

Copy link
Copy Markdown
Member

What

Brief description of changes.

Why

Link to issue or explain the motivation.

Checklist

  • Tests pass (make test and go test ./...)
  • New/changed behavior is covered by tests
  • Documentation updated (USAGE.md, DESIGN.md, or README) if applicable
  • User-facing release-note impact described in this PR, if applicable

Grivn added 4 commits June 25, 2026 18:18
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.
@Grivn Grivn merged commit ae560d4 into master Jun 25, 2026
1 check passed
@Grivn Grivn deleted the feat/realistic-project-validation branch June 25, 2026 14:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant