Read current posture
Start with the dashboard, root status, and detailed current-status record.
Open status dashboardNo-Effect First Pass
Begin with the public posture, run only local no-effect checks, and use the documentation map to choose the next exact record.
First Rule
Latticra is an early-stage systems architecture repository. The first pass should confirm status, boundaries, and non-claims before touching local validation commands.
Start with the dashboard, root status, and detailed current-status record.
Open status dashboardReview how Lat, LIR, L-UI, Nucleus, Runtime Boundary, and Seal relate.
Open architecture guideUse local commands only as inspection and regression checks.
Open examplesUse the documentation map to continue into the exact contracts.
Open documentation mapSafety Expectations
These boundaries make the first-run path useful without overstating what the project currently provides.
Do not treat the first pass as a root installer, host mutation path, or privileged setup flow.
Current commands expose status, reports, and guards. They do not enable production enforcement.
The public posture emphasizes local records and bounded checks, not network execution authority.
Status records and planning estimates are not security guarantees, approvals, or readiness claims.
Local Commands
These examples keep the first pass non-privileged. Run them from the repository root after cloning; review prerequisite records separately before choosing any host setup path.
sed -n '1,80p' docs/QUICK_START_CHEATSHEET.md
sed -n '256,270p' docs/UBUNTU_READINESS_PLAN.md
sed -n '1,220p' STATUS.md
sed -n '1,260p' docs/status/CURRENT_STATUS.md
mkdir -p build
cc -std=c99 -Wall -Wextra -pedantic src/latticra_cli.c -o build/latticra
./build/latticra --status
make quality
make seal
Expected Posture
A local status surface should reinforce disabled runtime behavior, denied authority, and no host or network mutation.
mode=no-effect
runtime_behavior=disabled
host_mutation=0
network=0
effect_authority=denied
Reading Paths
Latticra has a dense record set. Pick a route based on the question you are trying to answer.