Skip to content

acoyfellow/loop-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

loop-demo

A self-healing repo built with gateproof + deja.

This repo heals itself. Push triggers the loop. The loop runs until all gates pass.

How it works

  1. prd.ts defines what should exist (stories + gates)
  2. Push to main triggers .github/workflows/loop.yml
  3. Loop runs gates, agent fixes failures, repeats until green
  4. Memory from deja informs each iteration

The loop

bun run loop              # runs until complete
touch .gateproof/PAUSED   # stop
rm .gateproof/PAUSED      # resume

The meta

This repo was built using the loop. We used gateproof to build gateproof's demo.

The loop IS failure. Each iteration heals toward completion. There's no "max tries" - it runs until all gates pass. PAUSED is your kill switch.

Built with

  • gateproof - PRD-first development with gates
  • deja - Memory for agents

Blog post

Read how we built this: coey.dev/loop-demo (coming soon)

About

A self-healing repo built with gateproof + deja

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published