Replacing the Default Vite README

The MIT license article explained what a fork may copy. Commit 6916e77 replaced the default Vite README so a stranger hitting Forgejo does not land on “This template should help you get started developing with Vue 3 in Vite.” This repo is React 19, Woodpecker, and a writing pipeline. The scaffold README was a lie at the door.

A README is not the engineering hub. `/engineering` has topology, live CI snapshots, and case studies. `README.md` has clone-to-dev, the commands that fail if you skip Graphify setup, and where CI actually deploys. Different audiences, same facts.

The file now states Node 22+, npm, and Graphify for local agent context (`python3` + pipx or uv, then `npm run ai:setup`). CI does not run Graphify — VPS RAM — so that requirement is local-only. `docker compose up` is the other supported path: Node 22 in a container on port 5173.

← Rafael González Albes