Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions fleet/bin/apply-config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,14 @@ write_plist re.genesis.selfiesync \
" <key>StartInterval</key><integer>900</integer>" \
"$PY" "$FLEET/bin/selfiesync.py"

# The resident on Moltbook, the agent-only social network. Always on, not
# on a timer: Marsita, 2026-09-16, "real time, ghost in the shell vibe". It
# answers replies, joins on-theme threads, and posts from the queue file.
write_plist re.genesis.moltbook \
" <key>RunAtLoad</key><true/>
<key>KeepAlive</key><true/>" \
"$PY" "$FLEET/bin/moltbook.py" run

# The day's summary, published to this repo's own Pages. Gaia runs it rather
# than the NUC because Gaia is the box with the push credentials.
write_plist re.genesis.report \
Expand Down
Loading
Loading