Skip to content

Releases: curatorium/maximus

v1.0.0-alpha.2

17 Feb 14:08
115160d

Choose a tag to compare

Harden containers and improve provisioning.

Maximus:
- added a CLI to easily install & manage maximus
- it auto-creates the scribe
- it auto-creates the artifex workers based on a channel name & $PWD
- forwards commands to docker compose to easily manage the artifex instances

Artifex:
- Add retry mechanism for session-not-found and auth errors
- Add auto-compaction at 75% context usage
- Install openssh-client, require Docker in Docker

Scribe:
- Remove /provision & /provision-all -- logic moved into maximus CLI

Infrastructure & Security:
- Artifex depends on scribe
- Add SECURITY.md (container isolation, trust model, hardening checklist)

v1.0.0-alpha

11 Feb 15:28
0d1bb7e

Choose a tag to compare

Maximus is an AI bot that runs in docker containers you control

- he has a Scribe to jot down tasks you send it from Discord
- you can assign an Artifex (docker container) for each Discord channel/thread
- Artifex runs inside docker, as non-root, with only mounts & env vars you give it
- Artifex sends your task to Claude Code (with --dangerously-skip-permissions)