wemessage 0.0.1

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 +5 -0
  2. package/index.js +1 -0
  3. package/package.json +12 -0
package/README.md ADDED
@@ -0,0 +1,5 @@
1
+ # WeMessage
2
+
3
+ An open-source macOS gateway that lets AI agents draft iMessages behind a human approval gate. Every send is approved by a human.
4
+
5
+ This package name is reserved for the v1 release. Active development: https://github.com/raybman/WeMessage
package/index.js ADDED
@@ -0,0 +1 @@
1
+ module.exports = {};
package/package.json ADDED
@@ -0,0 +1,12 @@
1
+ {
2
+ "name": "wemessage",
3
+ "version": "0.0.1",
4
+ "description": "WeMessage: an open-source macOS gateway that lets AI agents draft iMessages behind a human approval gate. Placeholder pending v1 release.",
5
+ "license": "MIT",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "git+https://github.com/raybman/WeMessage.git"
9
+ },
10
+ "homepage": "https://github.com/raybman/WeMessage",
11
+ "keywords": ["imessage", "agent", "gateway", "approval", "macos"]
12
+ }