All checks were successful
ci/woodpecker/push/ci Pipeline was successful
Distributable skill file (SKILL.md) that walks an AI agent through: - First-time factory setup with interactive [ASK] prompts - Post-init verification checklist - Mirror configuration to GitHub/Codeberg - Backlog seeding and issue creation - Ongoing monitoring: agent status, CI, PRs - Unsticking blocked issues Includes: - scripts/factory-status.sh — one-command factory health check - references/troubleshooting.md — common issues from real deployments - Slimmed CLAUDE.md pointing to the skill Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
772 B
772 B
CLAUDE.md
This repo is disinto — an autonomous code factory.
For setup and operations, load the disinto-factory skill from disinto-factory/SKILL.md.
Quick references:
AGENTS.md— per-agent architecture and file-level docsVISION.md— project philosophyBOOTSTRAP.md— detailed init walkthroughdisinto-factory/references/troubleshooting.md— common issues and fixesdisinto-factory/scripts/factory-status.sh— quick status check
Code conventions
- Bash for checks, AI for judgment
- Zero LLM tokens when idle (cron polls are pure bash)
- Fire-and-forget mirror pushes (never block the pipeline)
- Issues are the unit of work; PRs are the delivery mechanism
- See
AGENTS.mdfor per-file watermarks and coding conventions