@dogfood-lab/study-swarm 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 +10 -0
  2. package/package.json +17 -0
package/README.md ADDED
@@ -0,0 +1,10 @@
1
+ # @dogfood-lab/study-swarm
2
+
3
+ > **Reserved placeholder (`0.0.0`).** This reserves the package name on Trusted-Publishing rails; a real package will follow.
4
+
5
+ **study-swarm** is a methodology for grounding substantial design decisions in cited research — then verifying every citation with a *different* model family, reasoning-stripped, before any of it becomes canon.
6
+
7
+ - **Repository:** https://github.com/dogfood-lab/study-swarm
8
+ - **Handbook:** https://dogfood-lab.github.io/study-swarm/
9
+
10
+ Part of the [dogfood-lab](https://github.com/dogfood-lab) family.
package/package.json ADDED
@@ -0,0 +1,17 @@
1
+ {
2
+ "name": "@dogfood-lab/study-swarm",
3
+ "version": "0.0.0",
4
+ "description": "Reserved placeholder — study-swarm is a research-grounded design protocol. See https://github.com/dogfood-lab/study-swarm",
5
+ "license": "MIT",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "git+https://github.com/dogfood-lab/study-swarm.git"
9
+ },
10
+ "homepage": "https://dogfood-lab.github.io/study-swarm/",
11
+ "files": [
12
+ "README.md"
13
+ ],
14
+ "publishConfig": {
15
+ "access": "public"
16
+ }
17
+ }