Thanks for your interest in contributing!
- Fork the repo
- Create a branch:
git checkout -b my-feature - Make your changes
- Test:
bash install.shthen try/wiki init,/wiki ingest, etc. - Commit and push
- Open a Pull Request
Check open issues — especially those labeled good first issue.
- Keep scripts stdlib-only (no pip dependencies except optional Flask)
- SKILL.md should stay under 500 lines
- Test your changes with a real wiki before submitting
- Follow existing code style
Open an issue to discuss new features before implementing.