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:
parent
1675e17502
commit
8d73c2f8f9
7 changed files with 22 additions and 20 deletions
|
|
@ -39,7 +39,7 @@ This gives you:
|
|||
- `$PROJECT_REPO_ROOT` — path to the target project repo
|
||||
- `$PROJECT_NAME` — short project name (for worktree prefixes, container names)
|
||||
- `$PRIMARY_BRANCH` — main branch (master or main)
|
||||
- `$FACTORY_ROOT` — path to the dark-factory repo
|
||||
- `$FACTORY_ROOT` — path to the disinto repo
|
||||
- `matrix_send <prefix> <message>` — send notifications to the Matrix coordination room
|
||||
|
||||
## Escalation
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
# ./factory/update-prompt.sh --from-file "best-practices/memory.md" /tmp/lesson.md
|
||||
#
|
||||
# Called by claude -p when it learns something during a fix.
|
||||
# Commits and pushes the update to the dark-factory repo.
|
||||
# Commits and pushes the update to the disinto repo.
|
||||
|
||||
source "$(dirname "$0")/../lib/env.sh"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue