docs: overhaul onboarding surface — getting started, README, CONTRIBUTING, homepage
Rewrite the entire first-encounter documentation surface based on adversarial
persona review findings. A new user following the docs should now reach a
working `vit skim` without hitting undocumented prereqs or agent-gate errors.
Getting started page:
- Prerequisites section (Node.js 20+, git, Bluesky, coding agent) before any install
- Human/agent labeled steps: you run setup/login, your agent runs init/skim
- Progressive terminology: 4 core verbs (skim, vet, remix, ship) first
- Starter follows list with active publishers
- "60 seconds" claim removed, replaced with honest "15 minutes"
- Explore moved to "learn more" at bottom, not the entry point
README:
- Restructured as landing page with one-paragraph pitch and 3-step quickstart
- Command reference moved to new COMMANDS.md
- Single canonical install: `npm install -g vit`
- Agent compatibility line (Claude Code, Codex CLI, Gemini CLI)
CONTRIBUTING.md:
- Prerequisites: Node.js not Bun, `npm install -g vit` not `bun install -g @aspect/vit`
- Human/agent labels on all code examples
- Removed "caps you ship inherit this license" (AGPL claim contradicts thesis)
Homepage:
- CTA changed from "get started in 60 seconds" to "get started"
- Sub-hero replaced with concrete description of what vit does
- Added concrete example (shell completions narrative)
- Added agent compatibility line
- Progressive terminology: verbs first, then concepts
- Dropped "caps" shorthand — uses "capability" spelled out
COMMANDS.md:
- New full command reference with human/agent labels on every command
- Organized by category: setup, project, discovery, evaluation, integration, publishing
Explore:
- Stats view adds context line for early-stage network numbers
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>