A set of files, curated by myself, to bootstrap and agentic workflow.
- Create empty version control (git or jujutsu) repository
- initialize the repository for beads and lelouch:
beads init --stealthlelouch init . --executor="gemini" --model="gemini-3-flash-preview"
run ./scripts/install.sh <target_dir>to bootstrap agentic development.- Flesh out the
README.mdand add whatever specs you want. - Run the initial-issue-seed to enqueue issues.
- start the loop:
lelouch run -v
generally, I'd like to get to the point where I can just either:
- Copy the required files over with some simple script
- Have some default prompt where I point my agent here with an empty repo to pull all the right files in to get started.