postern 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.
- package/README.md +10 -0
- package/package.json +21 -0
package/README.md
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
# Postern
|
|
2
|
+
|
|
3
|
+
**The personal context gateway.** Connect the sectors of your life — finance, mail, calendar, health, home — once, and expose them to any AI agent through one neutral, self-hosted surface. Read your life and act on it, with one grant, a full audit trail, and nothing leaving your box.
|
|
4
|
+
|
|
5
|
+
This package name is reserved ahead of Postern's open-source release (beta: 2026).
|
|
6
|
+
|
|
7
|
+
- Website: [getpostern.com](https://getpostern.com)
|
|
8
|
+
- Source (soon): [github.com/getpostern/postern](https://github.com/getpostern/postern)
|
|
9
|
+
|
|
10
|
+
*Every castle had a gate only the owner used. Yours is called Postern.*
|
package/package.json
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "postern",
|
|
3
|
+
"version": "0.0.1",
|
|
4
|
+
"description": "Postern — the personal context gateway. Connect your life once; every agent knows it, from your own machine. Package reserved ahead of the open-source release.",
|
|
5
|
+
"homepage": "https://getpostern.com",
|
|
6
|
+
"repository": {
|
|
7
|
+
"type": "git",
|
|
8
|
+
"url": "git+https://github.com/getpostern/postern.git"
|
|
9
|
+
},
|
|
10
|
+
"license": "AGPL-3.0-only",
|
|
11
|
+
"keywords": [
|
|
12
|
+
"mcp",
|
|
13
|
+
"personal-context",
|
|
14
|
+
"gateway",
|
|
15
|
+
"ai-agents",
|
|
16
|
+
"self-hosted"
|
|
17
|
+
],
|
|
18
|
+
"files": [
|
|
19
|
+
"README.md"
|
|
20
|
+
]
|
|
21
|
+
}
|