You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Two documentation infrastructure items: (1) VitePress homepage with live demo at codelens.dev or wolfvin.github.io/CodeLens, (2) docs/design/ + docs/plans/ convention with templates + CI check requiring design doc before new feature PR.
Worker consensus (1 report — both from UnderstandAnything)
Design doc + implementation plan process — docs/design/template.md (problem, goal, changes, trade-offs, open questions) + docs/plans/template.md (phase-based implementation checklist). Backfill design docs for existing features. CI check: PR adding new feature must include design + plan.
UnderstandAnything
same file U15
Homepage + live demo — VitePress (Vue-based, code-focused, built-in search) at codelens.dev or wolfvin.github.io/CodeLens. Sections: Hero + CTA, Features, Showcase, Install, Live Demo (analyze Wolfvin/CodeLens itself), Documentation link, Community. SEO meta + Open Graph + sitemap. Privacy-friendly analytics (Plausible). Deploy via GitHub Pages or Cloudflare Pages.
Proposed scope (P3, 4-6 weeks total — mostly content)
Phase 1 — Design doc + implementation plan convention (P2, 1-2 days setup + ongoing)
New docs/design/template.md with sections: Problem, Goal, Changes, Trade-offs, Open Questions
New docs/plans/template.md with phase-based implementation checklist
Backfill design docs for existing features (taint engine, MCP server, plugin system, graph model)
CI check via GitHub Action: PR adding new feature (detected by file pattern) must include design + plan
Summary
Two documentation infrastructure items: (1) VitePress homepage with live demo at
codelens.devorwolfvin.github.io/CodeLens, (2)docs/design/+docs/plans/convention with templates + CI check requiring design doc before new feature PR.Worker consensus (1 report — both from UnderstandAnything)
update!/CodeLens_vs_UnderstandAnything_Upgrade_Analysis.mdU14docs/design/template.md(problem, goal, changes, trade-offs, open questions) +docs/plans/template.md(phase-based implementation checklist). Backfill design docs for existing features. CI check: PR adding new feature must include design + plan.codelens.devorwolfvin.github.io/CodeLens. Sections: Hero + CTA, Features, Showcase, Install, Live Demo (analyzeWolfvin/CodeLensitself), Documentation link, Community. SEO meta + Open Graph + sitemap. Privacy-friendly analytics (Plausible). Deploy via GitHub Pages or Cloudflare Pages.Proposed scope (P3, 4-6 weeks total — mostly content)
Phase 1 — Design doc + implementation plan convention (P2, 1-2 days setup + ongoing)
docs/design/template.mdwith sections: Problem, Goal, Changes, Trade-offs, Open Questionsdocs/plans/template.mdwith phase-based implementation checklistCONTRIBUTING.mdwith the new requirementPhase 2 — VitePress homepage (P3, 2-3 weeks, mostly content)
homepage/directory with VitePress configWolfvin/CodeLensitself — interactive dashboard in browser)main(.github/workflows/deploy-homepage.yaml)Phase 3 — Live demo (P3, 1-2 weeks, depends on Phase 2 + dashboard issue)
Wolfvin/CodeLensitself as the demo project.codelens/registry committed to demo branchAcceptance criteria
docs/design/anddocs/plans/directories exist with templatescodelens.devorwolfvin.github.io/CodeLensLicense / IP note
VitePress is MIT-licensed. Plausible analytics is GPL-3.0 (self-host) or SaaS. No external code copy issues.
Related