diff --git a/site/index.html b/site/index.html index de513fd..94f3080 100644 --- a/site/index.html +++ b/site/index.html @@ -9,10 +9,8 @@ content="devloop is a single Bash CLI that runs a local implement-and-review loop for agent-written code. Codex codes, Claude reviews, retries until accepted." /> - + +
- -
- BLOG - GITHUB -
@@ -63,7 +52,7 @@ >
$ curl -fsSL https://devloop.sh/install | bash
+ >$ curl -fsSL https://devloop.sh/install | bash
+ + +
diff --git a/site/public/_redirects b/site/public/_redirects new file mode 100644 index 0000000..eb2ad6f --- /dev/null +++ b/site/public/_redirects @@ -0,0 +1 @@ +/install https://raw.githubusercontent.com/satyaborg/devloop/main/scripts/install.remote.sh 302 diff --git a/site/public/devloop.svg b/site/public/devloop.svg new file mode 100644 index 0000000..fdf7958 --- /dev/null +++ b/site/public/devloop.svg @@ -0,0 +1,4 @@ + + + + diff --git a/site/public/favicon.svg b/site/public/favicon.svg new file mode 100644 index 0000000..008931b --- /dev/null +++ b/site/public/favicon.svg @@ -0,0 +1,4 @@ + + + + diff --git a/site/wrangler.jsonc b/site/wrangler.jsonc new file mode 100644 index 0000000..c7a6ca5 --- /dev/null +++ b/site/wrangler.jsonc @@ -0,0 +1,7 @@ +{ + "name": "devloop", + "compatibility_date": "2026-06-09", + "assets": { + "directory": "./dist" + } +}