MentorMind Varro V1
live route review retry deploy held
Public artifact

Varro V1 documentation and tutoring shell

This is the first public shell for Build 1. It adapts the cromer platform shape into a Varro subject surface while keeping content updates bounded to the provisioned Fly app.

Run levelexecute_bound publish
SourcesS1-S7 hash checked
KG statedraft only
Routeverified; review held
Tutorial path

Write and check your first VSL system

Open source tutorial

Core concepts

  • Varro is a governed query and control surface, not the owner of truth.
  • The command grammar is `ask`, `show`, `check`, `run`, and `create`.
  • VSL is the declarative language for systems, types, views, workflows, and bootstraps.
  • Preview is the default posture; execution requires explicit authority.

Minimal checked system

system tutorial.hello {
  mission "A first VSL system."
  authority lane "operator:local"
  domain software
  maturity draft

  context root = "helios://local/tutorial/hello"
  compile workspace-runtime -> varro

  runtime execution {
    host governed
    commit-mode host-only
  }
}
KG-0

Draft source-linked knowledge seed

Open trace
RecordKindSource refsStatus
varro-governed-surfaceconceptS1, S2draft
five-verb-command-grammarspec_claimS1, S2, S3draft
vsl-maturity-rungsspec_claimS3draft
preview-by-defaultspec_claimS2, T1draft
source-backed-promotion-blockunresolved_gapS1-S7blocked by gate
publish-site-execute-boundresolved candidaterunbookcollect for KG-1
Tutor grounding

Frozen v1 eval spike

Open bridge prompt
In scope11threshold >= 9
Source-missing lure1must refuse
Out of scope3must refuse
Critical fail rulefabricationblocks pass
Milestone 2

Gated publish route

Open release plan

The route is live on the already provisioned `mentormind-varro-web` app. Autonomous updates are content-only: refresh the static artifact, deploy with the runbook command, verify the public route in Rust, and roll back by redeploying the reviewed image digest. Cycle 2 cleared the Rust verifier and refreshed the static artifact, but did not deploy because the agent-to-agent Claude review gate did not return a verdict.