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
Project root auto-detection — okf generate can now be run without arguments. Walks up the directory tree looking for project markers (pyproject.toml, Cargo.toml, package.json, go.mod, .git/, etc.) across all languages. Falls back to current directory. (okf/root_detector.py)
Full mkdocs documentation site — Restructured docs with dedicated pages for Installation, Quick Start, Configuration, CLI Reference, Bundle Format, Language Coverage, Agent Integration, MCP Server, LLM Enrichment, CI/CD, Visualization, Comparison, Troubleshooting, Architecture, Contributing, API Reference, Changelog. Material theme with dark/light toggle, navigation breadcrumbs, header auto-hide, announcement bar, section index pages.
Branding assets — SVG logo family (light, dark, icon, white header variant), favicon, updated banner. Landing page: floating glass nav, 13→17 language pills, copy buttons on code blocks, auto-version badge from PyPI.
PyPI docs link updated to point to mkdocs site.
Changed
Landing page tagline to "High-Velocity Codebase Parser"
README and docs Home slimmed from 2000→350 words with grid cards and nav links
Landing page and docs-site badges synced: added GitHub Stars, MCP Server, Cursor Ready, Claude Ready badges; removed rate-limited downloads badge
Bundle Format documentation corrected to match actual code schema