refactor: rebrand dark-factory → disinto (Closes #15)

- README: rename, add disinto.ai link
- BOOTSTRAP.md: update all path references
- lib/matrix_listener.service: update paths to /home/admin/disinto
- factory scripts: update comments and prompt references
- .env.example: update header

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
johba 2026-03-15 17:57:12 +01:00
parent 1675e17502
commit 8d73c2f8f9
7 changed files with 22 additions and 20 deletions

View file

@ -4,10 +4,10 @@
# Runs every 10min via cron. Does all health checks in bash (zero tokens).
# Only invokes claude -p when auto-fix fails or issue is complex.
#
# Cron: */10 * * * * /path/to/dark-factory/factory/factory-poll.sh
# Cron: */10 * * * * /path/to/disinto/factory/factory-poll.sh
#
# Peek: cat /tmp/factory-status
# Log: tail -f /path/to/dark-factory/factory/factory.log
# Log: tail -f /path/to/disinto/factory/factory.log
source "$(dirname "$0")/../lib/env.sh"