@plannotator/opencode 0.1.3 → 0.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +22 -24
  2. package/package.json +1 -1
  3. package/plannotator.html +129 -49
package/README.md CHANGED
@@ -1,8 +1,19 @@
1
1
  # @plannotator/opencode
2
2
 
3
- Interactive Plan Review for OpenCode. Mark up and refine your plans using a visual UI, share for team collaboration.
3
+ **Annotate plans. Not in the terminal.**
4
4
 
5
- [![Watch Demo](https://img.youtube.com/vi/_N7uo0EFI-U/maxresdefault.jpg)](https://youtu.be/_N7uo0EFI-U)
5
+ Interactive Plan Review for OpenCode. Select the exact parts of the plan you want to change—mark for deletion, add a comment, or suggest a replacement. Feedback flows back to your agent automatically.
6
+
7
+ <table>
8
+ <tr>
9
+ <td align="center">
10
+ <strong>Watch Demo</strong><br><br>
11
+ <a href="https://youtu.be/_N7uo0EFI-U">
12
+ <img src="https://img.youtube.com/vi/_N7uo0EFI-U/maxresdefault.jpg" alt="Watch Demo" width="600" />
13
+ </a>
14
+ </td>
15
+ </tr>
16
+ </table>
6
17
 
7
18
  ## Install
8
19
 
@@ -19,36 +30,23 @@ Restart OpenCode. The `submit_plan` tool is now available.
19
30
 
20
31
  ## How It Works
21
32
 
22
- 1. Agent creates a plan and calls `submit_plan`
23
- 2. Plannotator UI opens in your browser
24
- 3. Annotate the plan visually (delete, insert, replace, comment)
25
- 4. **Approve** → Agent switches to build mode and proceeds
26
- 5. **Request changes** → Annotations are sent back as structured feedback
27
-
28
- ## Usage
29
-
30
- Ask your agent to plan something:
31
-
32
- ```
33
- Plan how to implement user authentication
34
- ```
35
-
36
- When the plan is ready, the agent will call `submit_plan` and Plannotator opens for your review.
33
+ 1. Agent calls `submit_plan` Plannotator opens in your browser
34
+ 2. Select text annotate (delete, replace, comment)
35
+ 3. **Approve** Agent proceeds with implementation
36
+ 4. **Request changes** → Annotations sent back as structured feedback
37
37
 
38
38
  ## Features
39
39
 
40
- - **Visual annotations**: Select text choose action feedback appears in sidebar
40
+ - **Visual annotations**: Select text, choose an action, see feedback in the sidebar
41
41
  - **Runs locally**: No network requests. Plans never leave your machine.
42
- - **Shareable**: Plans compress into URLs for team collaboration (no backend required)
42
+ - **Private sharing**: Plans and annotations compress into the URL itself—share a link, no accounts or backend required
43
43
 
44
44
  ## Links
45
45
 
46
- - [Main Repository](https://github.com/backnotprop/plannotator)
47
- - [Claude Code Plugin](https://github.com/backnotprop/plannotator/tree/main/apps/hook)
48
46
  - [Website](https://plannotator.ai)
47
+ - [GitHub](https://github.com/backnotprop/plannotator)
48
+ - [Claude Code Plugin](https://github.com/backnotprop/plannotator/tree/main/apps/hook)
49
49
 
50
50
  ## License
51
51
 
52
- **Copyright (c) 2025 backnotprop.**
53
-
54
- This project is licensed under the **Business Source License 1.1 (BSL)**.
52
+ Copyright (c) 2025 backnotprop. Licensed under [BSL-1.1](https://github.com/backnotprop/plannotator/blob/main/LICENSE).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plannotator/opencode",
3
- "version": "0.1.3",
3
+ "version": "0.2.3",
4
4
  "description": "Plannotator plugin for OpenCode - interactive plan review with visual annotation",
5
5
  "author": "backnotprop",
6
6
  "license": "BSL-1.1",