feat: add disinto.ai landing page to repo (#91)
## Summary - Move the static landing page from the standalone `disinto-site` directory into `site/` so it lives in the repo - Includes `index.html`, optimized images (`al76.jpg`, `al76.webp`), and the original magazine cover (`amazing-stories-1942.jpg`) - Skipped the large `al76.png` (3MB) since the HTML only references the `.jpg` and `.webp` versions ## Test plan - [ ] Verify `site/index.html` renders correctly when served - [ ] Confirm images load properly with relative paths 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: openhands <openhands@all-hands.dev> Reviewed-on: https://codeberg.org/johba/disinto/pulls/91 Co-authored-by: review_bot <review_bot@noreply.codeberg.org> Co-committed-by: review_bot <review_bot@noreply.codeberg.org>
This commit is contained in:
parent
afdcdeb78f
commit
ee881086d3
6 changed files with 403 additions and 4 deletions
|
|
@ -2,9 +2,10 @@
|
|||
|
||||
## What this repo is
|
||||
|
||||
Disinto is an autonomous code factory. It manages four agents (dev, review,
|
||||
gardener, supervisor) that pick up issues from Codeberg, implement them,
|
||||
review PRs, and keep the system healthy — all via cron and `claude -p`.
|
||||
Disinto is an autonomous code factory. It manages five agents (dev, review,
|
||||
gardener, supervisor, planner) that pick up issues from Codeberg, implement
|
||||
them, review PRs, plan from the vision, and keep the system healthy — all
|
||||
via cron and `claude -p`.
|
||||
|
||||
See `README.md` for the full architecture and `BOOTSTRAP.md` for setup.
|
||||
|
||||
|
|
@ -15,6 +16,7 @@ disinto/
|
|||
├── dev/ dev-poll.sh, dev-agent.sh — issue implementation
|
||||
├── review/ review-poll.sh, review-pr.sh — PR review
|
||||
├── gardener/ gardener-poll.sh — backlog grooming
|
||||
├── planner/ planner-poll.sh, planner-agent.sh — vision gap analysis
|
||||
├── supervisor/ supervisor-poll.sh — health monitoring
|
||||
├── lib/ env.sh, ci-debug.sh, matrix_listener.sh
|
||||
├── projects/ *.toml — per-project config
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue