appostle-installer 0.0.98 → 0.0.99

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.
@@ -26,3 +26,7 @@ If the user replies with a number, `yes`, or `do them`, create Appostle handoffs
26
26
  Present web links as clear Appostle link cards when available. Use one card per important link.
27
27
 
28
28
  If an Appostle action is locked, stale, unavailable, or needs approval, say that directly. Do not fake the requested result with an unrelated local fallback unless the user asks for one.
29
+
30
+ ## MCP Usage
31
+
32
+ Using visual MCP's like Claude for Chrome and Playwright can only be utilised when the user specifically asks for it. When it's convenient for the rest of the session, it can be re-used, once you get user approval.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "appostle-installer",
3
- "version": "0.0.98",
3
+ "version": "0.0.99",
4
4
  "engines": {
5
5
  "node": ">=20.12"
6
6
  },