Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 718 Bytes

File metadata and controls

27 lines (18 loc) · 718 Bytes

Contributing to Vaultweaver

Thanks for your interest in contributing!

Quick Start

  1. Fork the repo
  2. Create a branch: git checkout -b my-feature
  3. Make your changes
  4. Test: bash install.sh then try /wiki init, /wiki ingest, etc.
  5. Commit and push
  6. Open a Pull Request

What to Work On

Check open issues — especially those labeled good first issue.

Guidelines

  • 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

Ideas Welcome

Open an issue to discuss new features before implementing.