@slopus/happy-agent-supervisor 0.0.0

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 +7 -0
  2. package/package.json +18 -0
package/README.md ADDED
@@ -0,0 +1,7 @@
1
+ # @slopus/happy-agent-supervisor
2
+
3
+ Version 0.0.0 holds the name and contains no code.
4
+
5
+ It exists so that npm trusted publishing can be configured for this package.
6
+ Real releases are published from the `publish-sandbox` GitHub Actions workflow in
7
+ [slopus/rig](https://github.com/slopus/rig).
package/package.json ADDED
@@ -0,0 +1,18 @@
1
+ {
2
+ "name": "@slopus/happy-agent-supervisor",
3
+ "version": "0.0.0",
4
+ "description": "Trusted native sandbox boundary for Happy agent workloads. Placeholder release.",
5
+ "license": "MIT",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "git+https://github.com/slopus/rig.git",
9
+ "directory": "packages/happy-agent-supervisor"
10
+ },
11
+ "files": [
12
+ "README.md"
13
+ ],
14
+ "publishConfig": {
15
+ "access": "public",
16
+ "tag": "placeholder"
17
+ }
18
+ }