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

@ -1,14 +1,14 @@
[Unit]
Description=Dark Factory Matrix Listener
Description=Disinto Matrix Listener
After=network.target dendrite.service
[Service]
Type=simple
ExecStart=/home/admin/dark-factory/lib/matrix_listener.sh
ExecStart=/home/admin/disinto/lib/matrix_listener.sh
Restart=always
RestartSec=10
User=admin
WorkingDirectory=/home/admin/dark-factory
WorkingDirectory=/home/admin/disinto
[Install]
WantedBy=multi-user.target