geonosis 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 +4 -0
  2. package/package.json +9 -0
package/README.md ADDED
@@ -0,0 +1,4 @@
1
+ # geonosis
2
+
3
+ The microcompanies software factory kit. This is a name-holding placeholder release;
4
+ the kit is in its design phase at https://github.com/microcompanies/geonosis.
package/package.json ADDED
@@ -0,0 +1,9 @@
1
+ {
2
+ "name": "geonosis",
3
+ "version": "0.0.1",
4
+ "description": "The microcompanies software factory kit — law, mechanical skills, repo-scoped agents, architecture lint, gate ratchet, ledgers. Placeholder release; the kit is in design.",
5
+ "repository": { "type": "git", "url": "git+https://github.com/microcompanies/geonosis.git" },
6
+ "homepage": "https://github.com/microcompanies/geonosis",
7
+ "license": "UNLICENSED",
8
+ "files": ["README.md"]
9
+ }