Self Host

HTML reading page generated from the source Markdown document.

Reading mode

This page is the static HTML reader for bootstrap/self_host.md. Internal Markdown links are rewritten to HTML when a matching reading page exists.

Self Host

Run the generation-chain audit with:

python3 tools/selfhost_completion_audit.py

It uses toolchain/seed/vittec0.seed through bin/vittec0 to build src/vitte/compiler/main.vit, then rebuilds the same compiler entry with the generated compiler. Results are written to:

  • target/selfhost_completion/selfhost_completion.json
  • target/reports/selfhost_completion.md

Official completion requires:

python3 tools/selfhost_completion_audit.py --strict-complete

That command fails while generation hashes differ or any transition bridge is present.