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
|
|
@ -1,6 +1,6 @@
|
|||
# Bootstrapping a New Project
|
||||
|
||||
How to point dark-factory at a new target project and get all four agents running.
|
||||
How to point disinto at a new target project and get all four agents running.
|
||||
|
||||
## Prerequisites
|
||||
|
||||
|
|
@ -9,7 +9,7 @@ Before starting, ensure you have:
|
|||
- [ ] A **Codeberg repo** with at least one issue labeled `backlog`
|
||||
- [ ] A **Woodpecker CI** pipeline (`.woodpecker/` dir with at least one `.yml`)
|
||||
- [ ] A **second Codeberg account** for the review bot (branch protection requires reviews from a different user)
|
||||
- [ ] A **local clone** of the target repo on the same machine as dark-factory
|
||||
- [ ] A **local clone** of the target repo on the same machine as disinto
|
||||
- [ ] `claude` CLI installed and authenticated (`claude --version`)
|
||||
|
||||
## 1. Configure `.env`
|
||||
|
|
@ -152,7 +152,7 @@ crontab -e
|
|||
Add (adjust paths):
|
||||
|
||||
```cron
|
||||
FACTORY_ROOT=/home/you/dark-factory
|
||||
FACTORY_ROOT=/home/you/disinto
|
||||
|
||||
# Supervisor — health checks, auto-healing (every 10 min)
|
||||
0,10,20,30,40,50 * * * * $FACTORY_ROOT/factory/factory-poll.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue