3 Commits
Author SHA1 Message Date
mr.zeroandClaude Opus 5 d1fcd4f3d1 Follow rubbs to the engines org
The gem source still pointed at the legacy git.teletype.hu host and the
old tools org. The pinned revision is unchanged — only the remote moved.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-08-16 15:49:25 +02:00
mr.zero 19349bd377 SermoOS 2026-06-05 20:33:20 +02:00
mr.zeroandClaude Opus 4.8 25b985c7a2 Initial SERMO-BBS: a telnet PC that boots SERMO-DOS
A rubbs-based telnet server that drops every caller into a simulated PC:
it POSTs, boots, loads SERMO-DOS, and lands at a C:\> prompt. Built-in DOS
commands (VER/DATE/TIME/ECHO/MEM/DIR/CLS/HELP/EXIT) behave; anything else
is routed to Sermo::Oracle as a question — the hook for a future LLM.

Built on rubbs' configurable BBS::FakeOS engine; the whole OS lives in
lib/sermo/dos.rb as a FakeOS.define block, so new character-mode OSes are
added as config files, not engine changes.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-05 20:08:34 +02:00