Skip to content

Attaching one

Terminal window
oss ext add ~/apache/log4j2-workout
oss ext list
NAME KIND STATE VERBS
log4j runner ok list, run, matrix, coverage, repro, review, …
devon memory ok file, index, harvest, map, digest, doctor

Then use them through the core:

Terminal window
oss run --name log4j list --apps
oss memory doctor
Command Does
ext add <path> Attach, or update an entry of the same name
ext list What is attached, and whether it is still reachable
ext refresh <name> Re-read that manifest after editing it
ext remove <name> Forget the path. Deletes nothing on disk

The registry stores a snapshot plus its SHA-256. Edit the manifest and the entry shows STALE, and dispatch is refused until you refresh.

Terminal window
oss serve # http://localhost:1504

Binds to loopback only, and never dispatches a verb: an outward write must be confirmed at a terminal, and a browser has none.