@aerovato/operator-opencode-v2 1.0.0

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.
package/README.md ADDED
@@ -0,0 +1,15 @@
1
+ # Operator Memory for OpenCode V2
2
+
3
+ Operator Memory gives OpenCode V2 durable project and user context maintained by agents as readable Markdown.
4
+
5
+ OpenCode V2 is a separate, incompatible plugin platform. This package supports V2 only; use `@aerovato/operator-opencode` for OpenCode V1.
6
+
7
+ ## Install
8
+
9
+ ```sh
10
+ operator-helper install opencode-v2
11
+ ```
12
+
13
+ The server plugin injects one immutable rendered Operator preamble into every model call for each session and registers `/operator:user-init`, `/operator:project-init`, `/operator:index`, and `/operator:repair`.
14
+
15
+ The TUI displays connecting and ready state, package version or local-build identity, User/Private/Shared partition status, repair guidance, completed-turn refresh, and preamble recovery, error, and automatic-update notifications.