原始内容
Megarepo
A consolidated monorepo for active projects, archived experiments, shared tooling, and repository-level documentation.
Documentation
Canonical documentation now lives on the GitHub Pages site:
Use the web docs for project overviews, repository reference docs, and migrated long-form documentation.
Repository Layout
active/— maintained projects grouped by areaarchive/— historical projects and reference materialdocs/— repository-wide source docs for the web siteideas/— project concepts and brainstorming notesmeta/— repository analysis and maintenance notesscripts/— automation and documentation tooling
Contributing
- Start with the web docs: https://calvinloveland.github.io/megarepo/
- Read PHILOSOPHY.md for the repo's durable engineering principles.
- Use
python scripts/build_docs_site.py && mkdocs serveto preview the docs site locally.