noogenesis 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 +9 -0
  2. package/package.json +9 -0
package/README.md ADDED
@@ -0,0 +1,9 @@
1
+ # noogenesis
2
+
3
+ Name-reservation placeholder. The real package (swarm evolution framework:
4
+ genes, events, evolution engine) lands here in a later release.
5
+
6
+ - Project: Noogenesis (心源) — a swarm-evolution framework on the DeepSeek
7
+ Harness plugin architecture; North Star: AGI.
8
+ - License: AGPL-3.0
9
+ - Docs: repository link will be published with the first real release.
package/package.json ADDED
@@ -0,0 +1,9 @@
1
+ {
2
+ "name": "noogenesis",
3
+ "version": "0.0.0",
4
+ "description": "Noogenesis (心源) name placeholder — real engine package ships in a later release. AGPL-3.0.",
5
+ "license": "AGPL-3.0-only",
6
+ "author": "zhangkun",
7
+ "repository": {"type": "git", "url": "https://github.com/openorbit/noogenesis"},
8
+ "keywords": ["noogenesis", "gene", "evolution", "agi", "agent"]
9
+ }