capsules/BLOCK_MAP.md (mkcapsule --manifest), disk/artemis.img, and lfs/amd64/starforth are routine build byproducts left dirty from build runs earlier this session. Committing per repo convention (these are tracked, not gitignored) to keep the working tree clean for the next session's start. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
lfs/
Per-architecture copies of the hosted starforth binary. The hosted
Makefile copies the freshly built binary here as its last build step
(cp $(BINARY) lfs/$(ARCH_DIR)/starforth), separate from
build/<arch>/<profile>/, which is the working build-output tree.
amd64/starforth,arm64/starforth,riscv64/starforth— one binary per architecture, rebuilt whenever that architecture's hosted build runs.