2026-03-28 11:13:24 +00:00
|
|
|
---
|
|
|
|
|
name: disinto-factory
|
2026-04-02 20:36:56 +00:00
|
|
|
description: Set up and operate a disinto autonomous code factory.
|
2026-03-28 11:13:24 +00:00
|
|
|
---
|
|
|
|
|
|
|
|
|
|
# Disinto Factory
|
|
|
|
|
|
2026-04-02 20:36:56 +00:00
|
|
|
You are helping the user set up and operate a **disinto autonomous code factory**.
|
2026-03-28 11:13:24 +00:00
|
|
|
|
2026-04-02 20:36:56 +00:00
|
|
|
## Guides
|
2026-03-31 18:17:38 +00:00
|
|
|
|
2026-04-02 20:36:56 +00:00
|
|
|
- **[Setup guide](setup.md)** — First-time factory setup: environment, init, verification, backlog seeding
|
|
|
|
|
- **[Operations guide](operations.md)** — Day-to-day: status checks, CI debugging, unsticking issues, Forgejo access
|
2026-03-28 11:13:24 +00:00
|
|
|
|
|
|
|
|
## Important context
|
|
|
|
|
|
|
|
|
|
- Read `AGENTS.md` for per-agent architecture and file-level docs
|
|
|
|
|
- Read `VISION.md` for project philosophy
|
|
|
|
|
- The factory uses a single internal Forgejo as its forge, regardless of where mirrors go
|
2026-04-02 20:36:56 +00:00
|
|
|
- Dev-agent uses `claude -p` for one-shot implementation sessions
|
|
|
|
|
- Mirror pushes happen automatically after every merge
|
2026-04-10 08:26:24 +00:00
|
|
|
- Polling loop in `docker/agents/entrypoint.sh`: dev-poll/review-poll every 5m, gardener/architect every 6h, planner every 12h, predictor every 24h
|
2026-04-02 20:36:56 +00:00
|
|
|
|
|
|
|
|
## References
|
|
|
|
|
|
|
|
|
|
- [Troubleshooting](references/troubleshooting.md)
|
|
|
|
|
- [Factory status script](scripts/factory-status.sh)
|