2026-03-28 11:13:24 +00:00
|
|
|
# CLAUDE.md
|
2026-03-28 11:08:55 +00:00
|
|
|
|
2026-03-28 11:13:24 +00:00
|
|
|
This repo is **disinto** — an autonomous code factory.
|
2026-03-28 11:08:55 +00:00
|
|
|
|
2026-03-28 11:13:24 +00:00
|
|
|
For setup and operations, load the `disinto-factory` skill from `disinto-factory/SKILL.md`.
|
2026-03-28 11:08:55 +00:00
|
|
|
|
2026-03-28 11:13:24 +00:00
|
|
|
Quick references:
|
|
|
|
|
- `AGENTS.md` — per-agent architecture and file-level docs
|
|
|
|
|
- `VISION.md` — project philosophy
|
|
|
|
|
- `BOOTSTRAP.md` — detailed init walkthrough
|
|
|
|
|
- `disinto-factory/references/troubleshooting.md` — common issues and fixes
|
|
|
|
|
- `disinto-factory/scripts/factory-status.sh` — quick status check
|
2026-03-28 11:08:55 +00:00
|
|
|
|
|
|
|
|
## Code conventions
|
|
|
|
|
|
|
|
|
|
- Bash for checks, AI for judgment
|
2026-03-28 11:13:24 +00:00
|
|
|
- Zero LLM tokens when idle (cron polls are pure bash)
|
2026-03-28 11:08:55 +00:00
|
|
|
- Fire-and-forget mirror pushes (never block the pipeline)
|
|
|
|
|
- Issues are the unit of work; PRs are the delivery mechanism
|
2026-03-28 11:13:24 +00:00
|
|
|
- See `AGENTS.md` for per-file watermarks and coding conventions
|