5 Commits

  • Flesh out README.md with content from home.mdx
    Mirror the What/Why/How/Where overview sections from `home.mdx` so
    GitHub visitors see the same pitch as the docs landing page.
    
    Also add a static Discord badge at the top, reframe the Discord bullet
    in "Getting Started" around the builder focus described in the Discord
    announcement post, and rename "About" to "Open development" with a
    pointer to `CONTRIBUTING.md`.
    
    Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
  • Add Discord links to README.md and docs/home.mdx
    Adds a Discord entry to the Getting Started list in `README.md` and
    replaces the standalone "View on GitHub" link in `docs/home.mdx` with a
    sentence inviting readers to join on GitHub or Discord.
    
    Also applies minor formatting cleanup in `README.md`: bolds the link
    text and switches hyphens to em dashes for consistency.
    
    Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
  • Add top-level Apache 2.0 LICENSE and license section to README (#122)
    Add top-level LICENSE file (Apache 2.0) and a License section to
    README documenting the dual-license structure: Apache 2.0 for code,
    CC-BY-4.0 for documentation.
    
    Closes #121