@medicine-wheel/app 0.15.1 → 0.15.3

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.
@@ -16,7 +16,7 @@ export type Workspace = {
16
16
 
17
17
  export const WORKSPACES: Workspace[] = [
18
18
  { id: "medicine-wheel", name: "Medicine Wheel", direction: "east", color: "var(--mw-east)", status: "active", repo: "jgwill/medicine-wheel", blurb: "Relational ontology + Four Directions web app" },
19
- { id: "iaip", name: "IAIP Platform", direction: "south", color: "var(--mw-south)", status: "active", repo: "jgwill/iaip", blurb: "Three Universes multi-agent orchestration" },
19
+ { id: "iaip", name: "IAIP Platform", direction: "south", color: "var(--mw-south)", status: "active", repo: "jgwill/iaip", blurb: "Three-perspective multi-agent orchestration" },
20
20
  { id: "stc", name: "STC Workspaces", direction: "west", color: "var(--mw-west)", status: "active", repo: "jgwill/stcraft", blurb: "Structural tension charts across repos" },
21
21
  { id: "tushell", name: "Tushell Magic Land", direction: "north", color: "var(--mw-north)", status: "idle", repo: "jgwill/tushellplatform", blurb: "Child-friendly knowledge platform" },
22
22
  { id: "articles", name: "Articles", direction: "east", color: "var(--mw-node-ancestor)", status: "idle", repo: "jgwill/medicine-wheel#articles", blurb: "Narrative-technical research" },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medicine-wheel/app",
3
- "version": "0.15.1",
3
+ "version": "0.15.3",
4
4
  "description": "Medicine Wheel — Interactive visual layer for Indigenous relational research with Four Directions, ceremonies, and narrative arcs",
5
5
  "bin": {
6
6
  "mw": "dist/cli/mw.js",
@@ -89,30 +89,30 @@
89
89
  "release:major": "npm run version:major && npm run publish:all && npm run release:commit"
90
90
  },
91
91
  "dependencies": {
92
- "@medicine-wheel/ceremonial-diary": "^0.15.1",
93
- "@medicine-wheel/ceremony-protocol": "^0.15.1",
94
- "@medicine-wheel/community-review": "^0.15.1",
95
- "@medicine-wheel/consent-lifecycle": "^0.15.1",
96
- "@medicine-wheel/creative-orientation": "^0.15.1",
97
- "@medicine-wheel/data-store": "^0.15.1",
98
- "@medicine-wheel/data-store-postgres": "^0.15.1",
99
- "@medicine-wheel/fire-keeper": "^0.15.1",
100
- "@medicine-wheel/github-ceremony": "^0.15.1",
101
- "@medicine-wheel/graph-viz": "^0.15.1",
102
- "@medicine-wheel/honcho": "^0.15.1",
103
- "@medicine-wheel/importance-unit": "^0.15.1",
104
- "@medicine-wheel/mcp": "^4.15.1",
105
- "@medicine-wheel/narrative-cluster": "^0.15.1",
106
- "@medicine-wheel/narrative-engine": "^0.15.1",
107
- "@medicine-wheel/ontology-core": "^0.15.1",
108
- "@medicine-wheel/perception-layer": "^0.15.1",
109
- "@medicine-wheel/prompt-decomposition": "^0.15.1",
110
- "@medicine-wheel/relational-index": "^0.15.1",
111
- "@medicine-wheel/relational-query": "^0.15.1",
112
- "@medicine-wheel/session-reader": "^0.15.1",
113
- "@medicine-wheel/storage-provider": "^0.15.1",
114
- "@medicine-wheel/transformation-tracker": "^0.15.1",
115
- "@medicine-wheel/ui-components": "^0.15.1",
92
+ "@medicine-wheel/ceremonial-diary": "^0.15.3",
93
+ "@medicine-wheel/ceremony-protocol": "^0.15.3",
94
+ "@medicine-wheel/community-review": "^0.15.3",
95
+ "@medicine-wheel/consent-lifecycle": "^0.15.3",
96
+ "@medicine-wheel/creative-orientation": "^0.15.3",
97
+ "@medicine-wheel/data-store": "^0.15.3",
98
+ "@medicine-wheel/data-store-postgres": "^0.15.3",
99
+ "@medicine-wheel/fire-keeper": "^0.15.3",
100
+ "@medicine-wheel/github-ceremony": "^0.15.3",
101
+ "@medicine-wheel/graph-viz": "^0.15.3",
102
+ "@medicine-wheel/honcho": "^0.15.3",
103
+ "@medicine-wheel/importance-unit": "^0.15.3",
104
+ "@medicine-wheel/mcp": "^4.15.3",
105
+ "@medicine-wheel/narrative-cluster": "^0.15.3",
106
+ "@medicine-wheel/narrative-engine": "^0.15.3",
107
+ "@medicine-wheel/ontology-core": "^0.15.3",
108
+ "@medicine-wheel/perception-layer": "^0.15.3",
109
+ "@medicine-wheel/prompt-decomposition": "^0.15.3",
110
+ "@medicine-wheel/relational-index": "^0.15.3",
111
+ "@medicine-wheel/relational-query": "^0.15.3",
112
+ "@medicine-wheel/session-reader": "^0.15.3",
113
+ "@medicine-wheel/storage-provider": "^0.15.3",
114
+ "@medicine-wheel/transformation-tracker": "^0.15.3",
115
+ "@medicine-wheel/ui-components": "^0.15.3",
116
116
  "@neondatabase/serverless": "^0.10.0",
117
117
  "@xyflow/react": "^12.3.0",
118
118
  "clsx": "^2.1.1",