From 11579f2e4fa231262a12cac8162e6b08308d2e50 Mon Sep 17 00:00:00 2001
From: Michael Ramos
- Watch the og demo · Installation guide · Official site · Visual HTML Skills + Watch the og demo · Installation guide · Official site · Visual HTML Skills
# Plannotator @@ -100,6 +100,8 @@ Review local changes or remote PRs. Comment on diffs, suggest code. Your comment /plannotator-last # Annotate the agent's last message ``` +Need a realistic document to try? Copy the [product requirements document template and filled example](https://docs.plannotator.ai/templates/product-requirements-document) as Markdown. + ### Code review ``` @@ -146,7 +148,7 @@ Share a plan with a teammate and they can annotate it themselves. Import their f **Large plans** go through a short-link service, encrypted in your browser with AES-256-GCM. The server stores only ciphertext, and the key never leaves the URL fragment. Pastes auto-delete after 7 days. -Same model as [PrivateBin](https://privatebin.info/). The paste service is [self-hostable](https://plannotator.ai/docs/guides/sharing-and-collaboration/). +Same model as [PrivateBin](https://privatebin.info/). The paste service is [self-hostable](https://docs.plannotator.ai/open-source/workflows/sharing). Sharing can be disabled entirely with `PLANNOTATOR_SHARE=disabled`. @@ -189,7 +191,7 @@ Then finish the step for your agent: | **OpenCode** | Add `"plugin": ["@plannotator/opencode@latest"]` to `opencode.json`. Restart OpenCode. | [README](apps/opencode-plugin/README.md) | | **Pi** | Skip the installer. Just `pi install npm:@plannotator/pi-extension`. Start Pi with `--plan`, or toggle with `/plannotator`. | [README](apps/pi-extension/README.md) | -Full walkthroughs live in the [installation docs](https://plannotator.ai/docs/getting-started/installation/). +Full walkthroughs live in the [installation docs](https://docs.plannotator.ai/open-source/start/installation).