force-agent 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 (2) hide show
  1. package/README.md +14 -0
  2. package/package.json +14 -0
package/README.md ADDED
@@ -0,0 +1,14 @@
1
+ # force-agent
2
+
3
+ **This package is a placeholder.** The name is reserved for an upcoming coding
4
+ agent by [Labfy](https://labfy.dev). It ships no code and does nothing if you
5
+ install it.
6
+
7
+ There is no release to use yet. When there is one, it will land here and this
8
+ README will say so.
9
+
10
+ Meanwhile, the agent we do ship is [labharness](https://github.com/labfydev/labharness) —
11
+ a coding agent that runs as a service on your machine and that you reach through
12
+ the browser.
13
+
14
+ MIT.
package/package.json ADDED
@@ -0,0 +1,14 @@
1
+ {
2
+ "name": "force-agent",
3
+ "version": "0.0.1",
4
+ "description": "Name reserved for an upcoming coding agent by Labfy. Not functional yet.",
5
+ "license": "MIT",
6
+ "author": "Labfy (https://labfy.dev)",
7
+ "homepage": "https://labfy.dev",
8
+ "repository": {
9
+ "type": "git",
10
+ "url": "git+https://github.com/labfydev/force-agent.git"
11
+ },
12
+ "keywords": ["agent", "coding-agent", "placeholder"],
13
+ "files": ["README.md"]
14
+ }