Prosperous documentation

Remote management for anything that runs Orbis software - a prepared machine, or orbistoun. Register it, ask what it can currently do, put a payload on it, read its log, move files, watch its output.

New here? The root README has the pitch. Then, depending on what you came for:

using it Getting started
building it BUILDING.md
understanding it DESIGN.md

The words

Guide

Reference

Project memory

These are dated records. What they say was true when it was written and is not corrected afterwards. Correcting a log is falsifying it.

Shared rules - provenance, naming, decision logs, gates - are in the OOPS conventions and not restated here.

Adding to a log

The decisions log is a directory with a generated index. Add a file under decisions/, then regenerate the table:

tools/split-decisions.sh --index prosperous

Do not edit the index by hand - it is overwritten. The split exists because two sessions appending to one file collide, which is where the duplicate numbers and out-of-order entries came from, and because a log past half a megabyte stops rendering on GitHub entirely.