diff --git a/.huskies/work/5_done/485_story_documentation_site_for_huskies_dev.md b/.huskies/work/5_done/485_story_documentation_site_for_huskies_dev.md new file mode 100644 index 00000000..ef08298a --- /dev/null +++ b/.huskies/work/5_done/485_story_documentation_site_for_huskies_dev.md @@ -0,0 +1,27 @@ +--- +name: "Documentation site for huskies.dev" +--- + +# Story 485: Documentation site for huskies.dev + +## User Story + +As a new user discovering huskies, I want documentation on huskies.dev so I can learn how to set up and use the tool without having to read the source code. + +## Acceptance Criteria + +- [ ] Docs site lives under website/ directory alongside the existing landing page +- [ ] Accessible from huskies.dev (e.g. huskies.dev/docs/ or docs.huskies.dev) +- [ ] Navigation link added to the main site header +- [ ] Getting started / quickstart guide (Docker setup, first story, first agent run) +- [ ] Configuration reference: project.toml, agents.toml, bot.toml +- [ ] Bot commands reference (auto-generated from command registry or manually maintained) +- [ ] Pipeline stages explained (backlog, current, QA, merge, done) +- [ ] Chat transports guide (Matrix, WhatsApp, Slack, web UI) +- [ ] CLI reference (huskies, huskies init, huskies agent) +- [ ] Matches the visual style of the existing landing page +- [ ] Static HTML — no build step required + +## Out of Scope + +- TBD