@system3/relay 0.0.2 → 0.0.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.
- package/index.js +4 -2
- package/package.json +2 -2
package/index.js
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
console.log("Relay CLI
|
|
3
|
-
console.log("
|
|
2
|
+
console.log("Relay CLI v0.0.3 — prototype build, under construction.");
|
|
3
|
+
console.log("");
|
|
4
|
+
console.log("The real CLI ships soon. Track progress: https://relay.md/agents");
|
|
5
|
+
console.log("Install instructions: https://get.relay.md");
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@system3/relay",
|
|
3
|
-
"version": "0.0.
|
|
4
|
-
"description": "Relay — collaborative editing for Obsidian. CLI
|
|
3
|
+
"version": "0.0.3",
|
|
4
|
+
"description": "Relay — collaborative editing for Obsidian. CLI prototype, under construction.",
|
|
5
5
|
"homepage": "https://relay.md",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"bin": "./index.js",
|