AI-powered developer onboarding guide generator.
git clone https://github.com/IMAGINARY9/DevWayfinder.git
cd DevWayfinder
python -m venv .venv
# Windows PowerShell
.\.venv\Scripts\Activate.ps1
pip install -e ".[dev]"devwayfinder test-model --provider ollama --model mistral:7bdevwayfinder guide ./my-project --auto
# quick offline mode:
# devwayfinder guide ./my-project --quality minimal --no-llmdevwayfinder analyze <path>devwayfinder guide <path>devwayfinder generate <path>devwayfinder test-modeldevwayfinder init
- MVP 1: complete
- MVP 2: complete
- MVP 2.5: complete
- MVP 3: in progress
See roadmap details in docs/IMPLEMENTATION_PLAN.md.
- Architecture: docs/ARCHITECTURE.md
- Requirements: docs/REQUIREMENTS.md
- Roadmap and milestone status: docs/IMPLEMENTATION_PLAN.md
- Configuration: docs/CONFIGURATION.md
- Provider setup and runtime usage: docs/USAGE.md
- Development and contribution standards: docs/CONTRIBUTING.md
- Performance benchmarks: docs/PERFORMANCE.md
MIT - see LICENSE.