Home
whisky is built to turn issue-driven knowledge requests into maintainable, reviewable, and reference-safe wiki pages for Obsidian and GitHub Pages.
Why this project exists
- Documentation requests often arrive in fragmented issue threads.
- Teams need a consistent way to transform those requests into structured wiki pages.
- Generated content must stay review-friendly, link-rich, and reference-valid over time.
What whisky automates
- Accepts one issue with one or many entry tasks
- Plans a task graph with operation mode (
create,update,remake) - Collects and validates references
- Generates and reviews pages
- Updates wiki indexes and cross-page navigation
- Opens a pull request for human approval
Contributing
- Open a
Wiki Entry RequestorBug Reportissue. - For multi-page work, include a structured task JSON block.
- Add reference policy constraints if your domain requires stricter sources.
- Review generated pull requests for factual correctness and style consistency.
- Improve templates and role specs when recurring quality gaps are identified.
Start exploring
Local development
Run a local test server:
python -m whisky.cli dev serve --repo-root .