Repo entrypoints (code map)
Steelmoth is rooted at /home/mareekkk/steelmoth. The root README.md
describes the main runtime pieces as steelmoth-runtime, memlink-hybrid,
PostgreSQL-backed memory, Infisical-backed secret loading, and Docker Compose
based local infrastructure.
The human-facing runtime commands are:
| Task | Entrypoint | Supporting Source |
|---|---|---|
| Start the stack | run.sh |
scripts/start-stack.sh |
| Stop the stack | stop.sh |
scripts/stop-stack.sh |
| Check status | status.sh |
scripts/status-stack.sh |
For agent work, AGENT_REPO_GUIDE.md is the first routing document. It maps
task categories to the files that should be read before editing. It also
records hard rules for continuing until finished, canonical repo/WIP-worktree
discipline, avoiding unapproved container mutation, using canonical dashboard
deploy paths, and applying engineering standards before planning or editing
Steelmoth work.
Maintenance Notes
Section titled “Maintenance Notes”- Update this page when root entrypoints, stack scripts, or repo routing rules change.
- If a deployable surface is involved, re-check
CLAUDE.mdandengineering-standards/ARCHITECTURE_INVARIANTS.mdbefore editing.
Known Unknowns
Section titled “Known Unknowns”- This page does not describe every script under
scripts/. - It does not prove the currently running service topology; runtime tasks still require live inspection before edits or deploy actions.

