medicine-wheel-fire-keeper 0.2.0 → 0.2.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 +4 -0
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
# medicine-wheel-fire-keeper
|
|
2
2
|
|
|
3
|
+
> **Package rename notice:** `medicine-wheel-fire-keeper` is scheduled to move to `@medicine-wheel/fire-keeper`. This legacy package name remains published during the migration window so existing installs keep working. A future release will deprecate the legacy name in npm.
|
|
4
|
+
|
|
5
|
+
|
|
3
6
|
> The Fire Keeper — ceremony coordination agent for Medicine Wheel
|
|
4
7
|
|
|
5
8
|
The Fire Keeper tends the ceremony fire, ensures relational integrity through gating conditions, and maintains Wilson alignment as an active agent — not a passive metric.
|
|
@@ -68,3 +71,4 @@ Before any autonomous action, the Fire Keeper verifies:
|
|
|
68
71
|
## License
|
|
69
72
|
|
|
70
73
|
MIT
|
|
74
|
+
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "medicine-wheel-fire-keeper",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.2",
|
|
4
4
|
"description": "Fire Keeper coordination agent for Medicine Wheel — tends the ceremony fire, ensures relational integrity through gating conditions, and maintains Wilson alignment as an active agent",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -23,8 +23,8 @@
|
|
|
23
23
|
"README.md"
|
|
24
24
|
],
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"medicine-wheel-ontology-core": "^0.2.
|
|
27
|
-
"medicine-wheel-ceremony-protocol": "^0.2.
|
|
26
|
+
"medicine-wheel-ontology-core": "^0.2.2",
|
|
27
|
+
"medicine-wheel-ceremony-protocol": "^0.2.2"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"typescript": "^5.4.0"
|