- Update Dockerfile.user.example image refs (dynamous → coleam00/archon)
- Update docker-compose.yml image name (remote-coding-agent → archon)
- Fix clone URL and dir name in Book of Archon first-five-minutes
- Update prompt-builder example project name
- Add elevator pitch to README intro
- Fix all README doc links to point to archon.diy (old docs/ dir was deleted)
- Add install scripts to docs-web public dir for GitHub Pages serving
Relates to #980
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Add Dockerfile.user.example and docker-compose.override.example.yml (root dev variant)
- Add deploy/Dockerfile.user.example and deploy/docker-compose.override.example.yml (deploy variant)
- Update .gitignore to exclude Dockerfile.user and docker-compose.override.yml
- Update .dockerignore to exclude Dockerfile.user
Enables users to extend the container with custom tools using Docker
Compose's native override mechanism without modifying maintainer-owned
files or risking accidental commits of personal customizations.