Commit graph

3 commits

Author SHA1 Message Date
Cole Medin
c291f6f97a chore: fix remaining references and update README for open-source launch
- 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>
2026-04-07 08:03:13 -05:00
Archon
a037bef8c9 fix(config): address review findings for Docker customization templates
- HIGH: Remove redundant -f flags in Dockerfile.user.example (contradicted override template)
- MEDIUM: Add image: remote-coding-agent to docker-compose.yml app service (fixes FROM lookup)
- MEDIUM: Add Customizing the Image section to docs/docker.md
- LOW: Clarify root docker-compose.override.example.yml comment to match deploy counterpart style

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-06 15:26:43 +03:00
Archon
ed22d9db20 feat(config): add user-extensible Docker customization templates
- 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.
2026-04-06 15:26:43 +03:00