@dogfood-lab/ai-crucible 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 +14 -0
package/README.md ADDED
@@ -0,0 +1,7 @@
1
+ # @dogfood-lab/ai-crucible
2
+
3
+ Name placeholder (`v0.0.0`). The real package is a thin `npx` launcher that downloads and
4
+ runs the **ai-crucible** diagnostic measurement instrument (a Python tool); it publishes
5
+ from CI via npm Trusted Publishing (OIDC, no tokens).
6
+
7
+ Source + releases: https://github.com/dogfood-lab/ai-crucible
package/package.json ADDED
@@ -0,0 +1,14 @@
1
+ {
2
+ "name": "@dogfood-lab/ai-crucible",
3
+ "version": "0.0.0",
4
+ "description": "Name placeholder. The real launcher — an npx front door to the ai-crucible Python measurement instrument — publishes from CI via npm Trusted Publishing (OIDC).",
5
+ "license": "MIT",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "git+https://github.com/dogfood-lab/ai-crucible.git"
9
+ },
10
+ "homepage": "https://github.com/dogfood-lab/ai-crucible",
11
+ "files": [
12
+ "README.md"
13
+ ]
14
+ }