A manifesto for AI-assisted modernisation of bioinformatics software.
Live site: https://rewrites.bio
npm install
npm run dev # Start dev server at localhost:4321
npm run build # Build to ./dist/
npm run preview # Preview production build
npm run format # Format with Prettier
npm run lint # Lint with ESLintGit hooks are managed with prek (prek install, then commits auto-format via prek.toml).
All manifesto content lives in the Astro source files (src/pages/index.astro and components). At build time, a post-build script converts the rendered HTML to clean markdown for LLM consumption:
/manifesto.md— Full manifesto in markdown/llms-full.txt— Full manifesto in one file (copy of manifesto.md, for llms-full.txt consumers)/llms.txt— LLM-friendly site index/.well-known/agent.md— AI agent discovery
Configured for Netlify (see netlify.toml). Push to main to deploy.
Open source under the MIT License.