@0xward/aetheros-core 1.0.0 → 1.0.2
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.
- package/README.md +14 -3
- package/package.json +10 -2
package/README.md
CHANGED
|
@@ -1,4 +1,15 @@
|
|
|
1
|
-
# aetheros-
|
|
2
|
-
Core SDK configuration layers for AetherOS node structures.
|
|
1
|
+
# @0xward/aetheros-core
|
|
3
2
|
|
|
4
|
-
|
|
3
|
+
AetherOS is an elite network intelligence platform designed for strategic professional networking. Powered by Groq AI and anchored to the Stacks blockchain, it provides tactical consultant layers secured by Bitcoin-level finality.
|
|
4
|
+
|
|
5
|
+
## Features
|
|
6
|
+
- **Strategic Relationship Routing:** Constructs high-value network trees analytically.
|
|
7
|
+
- **Bitcoin-Grade Anchoring:** Tailored specifically for state management backed by Stacks L2 structures.
|
|
8
|
+
|
|
9
|
+
## Installation
|
|
10
|
+
```bash
|
|
11
|
+
npm install @0xward/aetheros-core
|
|
12
|
+
```
|
|
13
|
+
|
|
14
|
+
## License
|
|
15
|
+
MIT © [0xward](https://github.com/0xward)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@0xward/aetheros-core",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"description": "Core SDK configuration layers for AetherOS node structures.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"keywords": [
|
|
@@ -12,5 +12,13 @@
|
|
|
12
12
|
"license": "MIT",
|
|
13
13
|
"publishConfig": {
|
|
14
14
|
"access": "public"
|
|
15
|
-
}
|
|
15
|
+
},
|
|
16
|
+
"repository": {
|
|
17
|
+
"type": "git",
|
|
18
|
+
"url": "git+https://github.com/0xward/aetheros-core.git"
|
|
19
|
+
},
|
|
20
|
+
"bugs": {
|
|
21
|
+
"url": "https://github.com/0xward/aetheros-core/issues"
|
|
22
|
+
},
|
|
23
|
+
"homepage": "https://github.com/0xward/aetheros-core#readme"
|
|
16
24
|
}
|