@medicine-wheel/ontology-core 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 +93 -0
- package/dist/constants.d.ts +28 -0
- package/dist/constants.d.ts.map +1 -0
- package/dist/constants.js +152 -0
- package/dist/constants.js.map +1 -0
- package/dist/index.d.ts +16 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +109 -0
- package/dist/index.js.map +1 -0
- package/dist/queries.d.ts +88 -0
- package/dist/queries.d.ts.map +1 -0
- package/dist/queries.js +218 -0
- package/dist/queries.js.map +1 -0
- package/dist/schemas.d.ts +697 -0
- package/dist/schemas.d.ts.map +1 -0
- package/dist/schemas.js +193 -0
- package/dist/schemas.js.map +1 -0
- package/dist/types.d.ts +363 -0
- package/dist/types.d.ts.map +1 -0
- package/dist/types.js +13 -0
- package/dist/types.js.map +1 -0
- package/dist/vocabulary.d.ts +143 -0
- package/dist/vocabulary.d.ts.map +1 -0
- package/dist/vocabulary.js +185 -0
- package/dist/vocabulary.js.map +1 -0
- package/package.json +78 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"schemas.d.ts","sourceRoot":"","sources":["../src/schemas.ts"],"names":[],"mappings":"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"}
|
package/dist/schemas.js
ADDED
|
@@ -0,0 +1,193 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* @medicine-wheel/ontology-core — Zod Schemas
|
|
4
|
+
*
|
|
5
|
+
* Runtime validation schemas for all Medicine Wheel ontology types.
|
|
6
|
+
* These enforce data integrity at ingestion boundaries (MCP tools,
|
|
7
|
+
* API endpoints, Redis reads) and serve as executable documentation
|
|
8
|
+
* of the data model.
|
|
9
|
+
*/
|
|
10
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
11
|
+
exports.DirectionResponseSchema = exports.StructuralTensionChartSchema = exports.ActionStepSchema = exports.MedicineWheelCycleSchema = exports.NarrativeBeatSchema = exports.CeremonyLogSchema = exports.CeremonyGuidanceSchema = exports.RelationSchema = exports.CeremonyContextSchema = exports.AccountabilityTrackingSchema = exports.OcapFlagsSchema = exports.RelationalObligationSchema = exports.RelationalEdgeSchema = exports.RelationalNodeSchema = exports.DirectionSchema = exports.PossessionLocationSchema = exports.AccessLevelSchema = exports.ConsentStateSchema = exports.AxiologicalPillarSchema = exports.EpistemicSourceSchema = exports.TensionPhaseSchema = exports.ObligationCategorySchema = exports.CeremonyTypeSchema = exports.NodeTypeSchema = exports.DirectionNameSchema = void 0;
|
|
12
|
+
const zod_1 = require("zod");
|
|
13
|
+
// ── Enums as Zod schemas ────────────────────────────────────────────────────
|
|
14
|
+
exports.DirectionNameSchema = zod_1.z.enum(['east', 'south', 'west', 'north']);
|
|
15
|
+
exports.NodeTypeSchema = zod_1.z.enum([
|
|
16
|
+
'human', 'land', 'spirit', 'ancestor', 'future', 'knowledge',
|
|
17
|
+
]);
|
|
18
|
+
exports.CeremonyTypeSchema = zod_1.z.enum([
|
|
19
|
+
'smudging', 'talking_circle', 'spirit_feeding', 'opening', 'closing',
|
|
20
|
+
]);
|
|
21
|
+
exports.ObligationCategorySchema = zod_1.z.enum([
|
|
22
|
+
'human', 'land', 'spirit', 'future',
|
|
23
|
+
]);
|
|
24
|
+
exports.TensionPhaseSchema = zod_1.z.enum([
|
|
25
|
+
'germination', 'assimilation', 'completion',
|
|
26
|
+
]);
|
|
27
|
+
exports.EpistemicSourceSchema = zod_1.z.enum([
|
|
28
|
+
'land', 'dream', 'code', 'vision',
|
|
29
|
+
]);
|
|
30
|
+
exports.AxiologicalPillarSchema = zod_1.z.enum([
|
|
31
|
+
'ontology', 'epistemology', 'methodology', 'axiology',
|
|
32
|
+
]);
|
|
33
|
+
exports.ConsentStateSchema = zod_1.z.enum([
|
|
34
|
+
'active', 'withdrawn', 'expired', 'pending',
|
|
35
|
+
]);
|
|
36
|
+
exports.AccessLevelSchema = zod_1.z.enum([
|
|
37
|
+
'community', 'researchers', 'public', 'restricted',
|
|
38
|
+
]);
|
|
39
|
+
exports.PossessionLocationSchema = zod_1.z.enum([
|
|
40
|
+
'on-premise', 'community-server', 'cloud-sovereign', 'cloud-shared',
|
|
41
|
+
]);
|
|
42
|
+
// ── Core Schemas ────────────────────────────────────────────────────────────
|
|
43
|
+
exports.DirectionSchema = zod_1.z.object({
|
|
44
|
+
name: exports.DirectionNameSchema,
|
|
45
|
+
ojibwe: zod_1.z.string(),
|
|
46
|
+
season: zod_1.z.string(),
|
|
47
|
+
color: zod_1.z.string(),
|
|
48
|
+
lifeStage: zod_1.z.string(),
|
|
49
|
+
ages: zod_1.z.string(),
|
|
50
|
+
medicine: zod_1.z.array(zod_1.z.string()),
|
|
51
|
+
teachings: zod_1.z.array(zod_1.z.string()),
|
|
52
|
+
practices: zod_1.z.array(zod_1.z.string()),
|
|
53
|
+
});
|
|
54
|
+
exports.RelationalNodeSchema = zod_1.z.object({
|
|
55
|
+
id: zod_1.z.string(),
|
|
56
|
+
name: zod_1.z.string(),
|
|
57
|
+
type: exports.NodeTypeSchema,
|
|
58
|
+
direction: exports.DirectionNameSchema.optional(),
|
|
59
|
+
metadata: zod_1.z.record(zod_1.z.unknown()),
|
|
60
|
+
created_at: zod_1.z.string(),
|
|
61
|
+
updated_at: zod_1.z.string(),
|
|
62
|
+
});
|
|
63
|
+
exports.RelationalEdgeSchema = zod_1.z.object({
|
|
64
|
+
id: zod_1.z.string(),
|
|
65
|
+
from_id: zod_1.z.string(),
|
|
66
|
+
to_id: zod_1.z.string(),
|
|
67
|
+
relationship_type: zod_1.z.string(),
|
|
68
|
+
strength: zod_1.z.number().min(0).max(1),
|
|
69
|
+
ceremony_honored: zod_1.z.boolean(),
|
|
70
|
+
obligations: zod_1.z.array(zod_1.z.string()),
|
|
71
|
+
created_at: zod_1.z.string(),
|
|
72
|
+
});
|
|
73
|
+
// ── Relational-First Schemas ────────────────────────────────────────────────
|
|
74
|
+
exports.RelationalObligationSchema = zod_1.z.object({
|
|
75
|
+
category: exports.ObligationCategorySchema,
|
|
76
|
+
obligations: zod_1.z.array(zod_1.z.string()),
|
|
77
|
+
});
|
|
78
|
+
exports.OcapFlagsSchema = zod_1.z.object({
|
|
79
|
+
ownership: zod_1.z.string(),
|
|
80
|
+
control: zod_1.z.string(),
|
|
81
|
+
access: exports.AccessLevelSchema,
|
|
82
|
+
possession: exports.PossessionLocationSchema,
|
|
83
|
+
compliant: zod_1.z.boolean(),
|
|
84
|
+
steward: zod_1.z.string().optional(),
|
|
85
|
+
consent_given: zod_1.z.boolean().optional(),
|
|
86
|
+
consent_scope: zod_1.z.string().optional(),
|
|
87
|
+
consent_state: zod_1.z.enum(['active', 'withdrawn', 'expired', 'pending']).optional(),
|
|
88
|
+
consent_last_affirmed: zod_1.z.string().optional(),
|
|
89
|
+
});
|
|
90
|
+
exports.AccountabilityTrackingSchema = zod_1.z.object({
|
|
91
|
+
respect: zod_1.z.number().min(0).max(1),
|
|
92
|
+
reciprocity: zod_1.z.number().min(0).max(1),
|
|
93
|
+
responsibility: zod_1.z.number().min(0).max(1),
|
|
94
|
+
wilson_alignment: zod_1.z.number().min(0).max(1),
|
|
95
|
+
relations_honored: zod_1.z.array(zod_1.z.string()),
|
|
96
|
+
last_ceremony_id: zod_1.z.string().optional(),
|
|
97
|
+
notes: zod_1.z.string().optional(),
|
|
98
|
+
});
|
|
99
|
+
exports.CeremonyContextSchema = zod_1.z.object({
|
|
100
|
+
ceremony_id: zod_1.z.string().optional(),
|
|
101
|
+
ceremony_type: exports.CeremonyTypeSchema.optional(),
|
|
102
|
+
ceremony_honored: zod_1.z.boolean(),
|
|
103
|
+
});
|
|
104
|
+
exports.RelationSchema = zod_1.z.object({
|
|
105
|
+
id: zod_1.z.string(),
|
|
106
|
+
from_id: zod_1.z.string(),
|
|
107
|
+
to_id: zod_1.z.string(),
|
|
108
|
+
relationship_type: zod_1.z.string(),
|
|
109
|
+
strength: zod_1.z.number().min(0).max(1),
|
|
110
|
+
direction: exports.DirectionNameSchema.optional(),
|
|
111
|
+
ceremony_context: exports.CeremonyContextSchema.optional(),
|
|
112
|
+
obligations: zod_1.z.array(exports.RelationalObligationSchema),
|
|
113
|
+
ocap: exports.OcapFlagsSchema,
|
|
114
|
+
accountability: exports.AccountabilityTrackingSchema,
|
|
115
|
+
metadata: zod_1.z.record(zod_1.z.unknown()),
|
|
116
|
+
created_at: zod_1.z.string(),
|
|
117
|
+
updated_at: zod_1.z.string(),
|
|
118
|
+
});
|
|
119
|
+
// ── Ceremony Schemas ────────────────────────────────────────────────────────
|
|
120
|
+
exports.CeremonyGuidanceSchema = zod_1.z.object({
|
|
121
|
+
opening_practice: zod_1.z.string(),
|
|
122
|
+
intention: zod_1.z.string(),
|
|
123
|
+
protocol: zod_1.z.string(),
|
|
124
|
+
medicines_used: zod_1.z.array(zod_1.z.string()),
|
|
125
|
+
timeline: zod_1.z.string().optional(),
|
|
126
|
+
});
|
|
127
|
+
exports.CeremonyLogSchema = zod_1.z.object({
|
|
128
|
+
id: zod_1.z.string(),
|
|
129
|
+
type: exports.CeremonyTypeSchema,
|
|
130
|
+
direction: exports.DirectionNameSchema,
|
|
131
|
+
participants: zod_1.z.array(zod_1.z.string()),
|
|
132
|
+
medicines_used: zod_1.z.array(zod_1.z.string()),
|
|
133
|
+
intentions: zod_1.z.array(zod_1.z.string()),
|
|
134
|
+
timestamp: zod_1.z.string(),
|
|
135
|
+
research_context: zod_1.z.string().optional(),
|
|
136
|
+
relations_honored: zod_1.z.array(zod_1.z.string()).optional(),
|
|
137
|
+
ocap: exports.OcapFlagsSchema.optional(),
|
|
138
|
+
});
|
|
139
|
+
// ── Narrative Schemas ───────────────────────────────────────────────────────
|
|
140
|
+
exports.NarrativeBeatSchema = zod_1.z.object({
|
|
141
|
+
id: zod_1.z.string(),
|
|
142
|
+
direction: exports.DirectionNameSchema,
|
|
143
|
+
title: zod_1.z.string(),
|
|
144
|
+
description: zod_1.z.string(),
|
|
145
|
+
prose: zod_1.z.string().optional(),
|
|
146
|
+
ceremonies: zod_1.z.array(zod_1.z.string()),
|
|
147
|
+
learnings: zod_1.z.array(zod_1.z.string()),
|
|
148
|
+
timestamp: zod_1.z.string(),
|
|
149
|
+
act: zod_1.z.number().int().min(1).max(4),
|
|
150
|
+
relations_honored: zod_1.z.array(zod_1.z.string()),
|
|
151
|
+
});
|
|
152
|
+
// ── Cycle Schemas ───────────────────────────────────────────────────────────
|
|
153
|
+
exports.MedicineWheelCycleSchema = zod_1.z.object({
|
|
154
|
+
id: zod_1.z.string(),
|
|
155
|
+
research_question: zod_1.z.string(),
|
|
156
|
+
start_date: zod_1.z.string(),
|
|
157
|
+
current_direction: exports.DirectionNameSchema,
|
|
158
|
+
beats: zod_1.z.array(zod_1.z.string()),
|
|
159
|
+
ceremonies_conducted: zod_1.z.number().int().min(0),
|
|
160
|
+
relations_mapped: zod_1.z.number().int().min(0),
|
|
161
|
+
wilson_alignment: zod_1.z.number().min(0).max(1),
|
|
162
|
+
ocap_compliant: zod_1.z.boolean(),
|
|
163
|
+
});
|
|
164
|
+
// ── Structural Tension Schemas ──────────────────────────────────────────────
|
|
165
|
+
exports.ActionStepSchema = zod_1.z.object({
|
|
166
|
+
id: zod_1.z.string(),
|
|
167
|
+
title: zod_1.z.string(),
|
|
168
|
+
description: zod_1.z.string().optional(),
|
|
169
|
+
completed: zod_1.z.boolean(),
|
|
170
|
+
direction: exports.DirectionNameSchema.optional(),
|
|
171
|
+
due_date: zod_1.z.string().optional(),
|
|
172
|
+
});
|
|
173
|
+
exports.StructuralTensionChartSchema = zod_1.z.object({
|
|
174
|
+
id: zod_1.z.string(),
|
|
175
|
+
desired_outcome: zod_1.z.string(),
|
|
176
|
+
current_reality: zod_1.z.string(),
|
|
177
|
+
action_steps: zod_1.z.array(exports.ActionStepSchema),
|
|
178
|
+
phase: exports.TensionPhaseSchema,
|
|
179
|
+
direction: exports.DirectionNameSchema.optional(),
|
|
180
|
+
created_at: zod_1.z.string(),
|
|
181
|
+
updated_at: zod_1.z.string(),
|
|
182
|
+
});
|
|
183
|
+
// ── Direction Response Schema ───────────────────────────────────────────────
|
|
184
|
+
exports.DirectionResponseSchema = zod_1.z.object({
|
|
185
|
+
direction: zod_1.z.string(),
|
|
186
|
+
stage: zod_1.z.string(),
|
|
187
|
+
ceremony_guidance: exports.CeremonyGuidanceSchema,
|
|
188
|
+
relational_obligations: zod_1.z.array(exports.RelationalObligationSchema),
|
|
189
|
+
suggested_practices: zod_1.z.array(zod_1.z.unknown()),
|
|
190
|
+
accountability_checkpoint: zod_1.z.unknown().optional(),
|
|
191
|
+
relational_accountability_summary: zod_1.z.unknown().optional(),
|
|
192
|
+
});
|
|
193
|
+
//# sourceMappingURL=schemas.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"schemas.js","sourceRoot":"","sources":["../src/schemas.ts"],"names":[],"mappings":"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"}
|
package/dist/types.d.ts
ADDED
|
@@ -0,0 +1,363 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @medicine-wheel/ontology-core — Type Definitions
|
|
3
|
+
*
|
|
4
|
+
* Unified TypeScript types for the Medicine Wheel data model.
|
|
5
|
+
* Single source of truth consumed by both mcp-medicine-wheel (server)
|
|
6
|
+
* and mcp-medicine-wheel-ui (client).
|
|
7
|
+
*
|
|
8
|
+
* Grounded in Indigenous relational ontology: relationships are
|
|
9
|
+
* first-class entities, not just labeled edges.
|
|
10
|
+
*/
|
|
11
|
+
export type DirectionName = 'east' | 'south' | 'west' | 'north';
|
|
12
|
+
export interface Direction {
|
|
13
|
+
name: DirectionName;
|
|
14
|
+
ojibwe: string;
|
|
15
|
+
season: string;
|
|
16
|
+
color: string;
|
|
17
|
+
lifeStage: string;
|
|
18
|
+
ages: string;
|
|
19
|
+
medicine: string[];
|
|
20
|
+
teachings: string[];
|
|
21
|
+
practices: string[];
|
|
22
|
+
}
|
|
23
|
+
export type NodeType = 'human' | 'land' | 'spirit' | 'ancestor' | 'future' | 'knowledge';
|
|
24
|
+
export interface RelationalNode {
|
|
25
|
+
id: string;
|
|
26
|
+
name: string;
|
|
27
|
+
type: NodeType;
|
|
28
|
+
direction?: DirectionName;
|
|
29
|
+
metadata: Record<string, unknown>;
|
|
30
|
+
created_at: string;
|
|
31
|
+
updated_at: string;
|
|
32
|
+
}
|
|
33
|
+
export interface RelationalEdge {
|
|
34
|
+
id: string;
|
|
35
|
+
from_id: string;
|
|
36
|
+
to_id: string;
|
|
37
|
+
relationship_type: string;
|
|
38
|
+
strength: number;
|
|
39
|
+
ceremony_honored: boolean;
|
|
40
|
+
obligations: string[];
|
|
41
|
+
created_at: string;
|
|
42
|
+
}
|
|
43
|
+
export type ObligationCategory = 'human' | 'land' | 'spirit' | 'future';
|
|
44
|
+
export interface RelationalObligation {
|
|
45
|
+
category: ObligationCategory;
|
|
46
|
+
obligations: string[];
|
|
47
|
+
}
|
|
48
|
+
export interface OcapFlags {
|
|
49
|
+
/** Who owns this data/relation */
|
|
50
|
+
ownership: string;
|
|
51
|
+
/** Who controls access and use */
|
|
52
|
+
control: string;
|
|
53
|
+
/** Who may access this data */
|
|
54
|
+
access: 'community' | 'researchers' | 'public' | 'restricted';
|
|
55
|
+
/** Where is this data physically held */
|
|
56
|
+
possession: 'on-premise' | 'community-server' | 'cloud-sovereign' | 'cloud-shared';
|
|
57
|
+
/** Whether OCAP® compliance has been verified */
|
|
58
|
+
compliant: boolean;
|
|
59
|
+
/** Who is the data steward */
|
|
60
|
+
steward?: string;
|
|
61
|
+
/** Whether consent was given for this specific use */
|
|
62
|
+
consent_given?: boolean;
|
|
63
|
+
/** Scope of the consent */
|
|
64
|
+
consent_scope?: string;
|
|
65
|
+
/** Current state of consent: active, withdrawn, expired, or pending */
|
|
66
|
+
consent_state?: 'active' | 'withdrawn' | 'expired' | 'pending';
|
|
67
|
+
/** ISO 8601 timestamp of when consent was last affirmed */
|
|
68
|
+
consent_last_affirmed?: string;
|
|
69
|
+
}
|
|
70
|
+
export interface AccountabilityTracking {
|
|
71
|
+
/** Wilson's three R's scores (0–1) */
|
|
72
|
+
respect: number;
|
|
73
|
+
reciprocity: number;
|
|
74
|
+
responsibility: number;
|
|
75
|
+
/** Computed Wilson alignment (0–1) */
|
|
76
|
+
wilson_alignment: number;
|
|
77
|
+
/** Relations that have been honored through ceremony */
|
|
78
|
+
relations_honored: string[];
|
|
79
|
+
/** Last ceremony that touched this relation */
|
|
80
|
+
last_ceremony_id?: string;
|
|
81
|
+
/** Notes on accountability status */
|
|
82
|
+
notes?: string;
|
|
83
|
+
}
|
|
84
|
+
/**
|
|
85
|
+
* First-class Relation entity.
|
|
86
|
+
* Extends RelationalEdge with ceremony context, OCAP® metadata,
|
|
87
|
+
* and accountability tracking — making relationships ontological
|
|
88
|
+
* units with their own lifecycles.
|
|
89
|
+
*/
|
|
90
|
+
export interface Relation {
|
|
91
|
+
id: string;
|
|
92
|
+
/** Source entity */
|
|
93
|
+
from_id: string;
|
|
94
|
+
/** Target entity */
|
|
95
|
+
to_id: string;
|
|
96
|
+
/** Type of relationship (e.g., kinship, treaty, ceremony, mentorship) */
|
|
97
|
+
relationship_type: string;
|
|
98
|
+
/** Relational strength (0–1) */
|
|
99
|
+
strength: number;
|
|
100
|
+
/** Direction alignment */
|
|
101
|
+
direction?: DirectionName;
|
|
102
|
+
/** Ceremony context */
|
|
103
|
+
ceremony_context?: {
|
|
104
|
+
ceremony_id?: string;
|
|
105
|
+
ceremony_type?: CeremonyType;
|
|
106
|
+
ceremony_honored: boolean;
|
|
107
|
+
};
|
|
108
|
+
/** Relational obligations */
|
|
109
|
+
obligations: RelationalObligation[];
|
|
110
|
+
/** OCAP® governance */
|
|
111
|
+
ocap: OcapFlags;
|
|
112
|
+
/** Wilson relational accountability tracking */
|
|
113
|
+
accountability: AccountabilityTracking;
|
|
114
|
+
/** Metadata */
|
|
115
|
+
metadata: Record<string, unknown>;
|
|
116
|
+
created_at: string;
|
|
117
|
+
updated_at: string;
|
|
118
|
+
}
|
|
119
|
+
export type CeremonyType = 'smudging' | 'talking_circle' | 'spirit_feeding' | 'opening' | 'closing';
|
|
120
|
+
export interface CeremonyGuidance {
|
|
121
|
+
opening_practice: string;
|
|
122
|
+
intention: string;
|
|
123
|
+
protocol: string;
|
|
124
|
+
medicines_used: string[];
|
|
125
|
+
timeline?: string;
|
|
126
|
+
}
|
|
127
|
+
export interface CeremonyLog {
|
|
128
|
+
id: string;
|
|
129
|
+
type: CeremonyType;
|
|
130
|
+
direction: DirectionName;
|
|
131
|
+
participants: string[];
|
|
132
|
+
medicines_used: string[];
|
|
133
|
+
intentions: string[];
|
|
134
|
+
timestamp: string;
|
|
135
|
+
research_context?: string;
|
|
136
|
+
/** Relations honored during this ceremony */
|
|
137
|
+
relations_honored?: string[];
|
|
138
|
+
/** OCAP® governance for ceremony data */
|
|
139
|
+
ocap?: OcapFlags;
|
|
140
|
+
}
|
|
141
|
+
export interface NarrativeBeat {
|
|
142
|
+
id: string;
|
|
143
|
+
direction: DirectionName;
|
|
144
|
+
title: string;
|
|
145
|
+
description: string;
|
|
146
|
+
prose?: string;
|
|
147
|
+
ceremonies: string[];
|
|
148
|
+
learnings: string[];
|
|
149
|
+
timestamp: string;
|
|
150
|
+
act: number;
|
|
151
|
+
relations_honored: string[];
|
|
152
|
+
}
|
|
153
|
+
export interface MedicineWheelCycle {
|
|
154
|
+
id: string;
|
|
155
|
+
research_question: string;
|
|
156
|
+
start_date: string;
|
|
157
|
+
current_direction: DirectionName;
|
|
158
|
+
beats: string[];
|
|
159
|
+
ceremonies_conducted: number;
|
|
160
|
+
relations_mapped: number;
|
|
161
|
+
wilson_alignment: number;
|
|
162
|
+
ocap_compliant: boolean;
|
|
163
|
+
}
|
|
164
|
+
export type TensionPhase = 'germination' | 'assimilation' | 'completion';
|
|
165
|
+
export interface StructuralTensionChart {
|
|
166
|
+
id: string;
|
|
167
|
+
desired_outcome: string;
|
|
168
|
+
current_reality: string;
|
|
169
|
+
action_steps: ActionStep[];
|
|
170
|
+
phase: TensionPhase;
|
|
171
|
+
direction?: DirectionName;
|
|
172
|
+
created_at: string;
|
|
173
|
+
updated_at: string;
|
|
174
|
+
}
|
|
175
|
+
export interface ActionStep {
|
|
176
|
+
id: string;
|
|
177
|
+
title: string;
|
|
178
|
+
description?: string;
|
|
179
|
+
completed: boolean;
|
|
180
|
+
direction?: DirectionName;
|
|
181
|
+
due_date?: string;
|
|
182
|
+
}
|
|
183
|
+
export interface DirectionResponse {
|
|
184
|
+
direction: string;
|
|
185
|
+
stage: string;
|
|
186
|
+
ceremony_guidance: CeremonyGuidance;
|
|
187
|
+
relational_obligations: RelationalObligation[];
|
|
188
|
+
suggested_practices: unknown[];
|
|
189
|
+
accountability_checkpoint?: unknown;
|
|
190
|
+
relational_accountability_summary?: unknown;
|
|
191
|
+
}
|
|
192
|
+
export type SunName = 'NovelEmergence' | 'CreativeActualization' | 'WovenMeaning' | 'FirstCause' | 'EmbodiedPractice' | 'SustainedPresence';
|
|
193
|
+
export type CeremonyPhase = 'opening' | 'council' | 'integration' | 'closure';
|
|
194
|
+
export type GovernanceAccess = 'open' | 'ceremony_required' | 'restricted' | 'sacred';
|
|
195
|
+
export type PersonRole = 'steward' | 'contributor' | 'elder' | 'firekeeper';
|
|
196
|
+
export type RSISRelationType = 'STEWARDS' | 'BORN_FROM' | 'SERVES' | 'GIVES_BACK_TO' | 'ALIGNED_WITH' | 'KINSHIP_OF';
|
|
197
|
+
export interface GovernanceProtectedPath {
|
|
198
|
+
path: string;
|
|
199
|
+
authority: string[];
|
|
200
|
+
access: GovernanceAccess;
|
|
201
|
+
description?: string;
|
|
202
|
+
}
|
|
203
|
+
export interface GovernanceConfig {
|
|
204
|
+
protected_paths?: GovernanceProtectedPath[];
|
|
205
|
+
ceremony_required_changes?: string[];
|
|
206
|
+
index_exclusions?: string[];
|
|
207
|
+
}
|
|
208
|
+
export interface RSISConfig {
|
|
209
|
+
enabled: boolean;
|
|
210
|
+
charts?: string[];
|
|
211
|
+
kinship_paths?: string[];
|
|
212
|
+
ceremony?: {
|
|
213
|
+
current_cycle?: string;
|
|
214
|
+
host_sun?: SunName;
|
|
215
|
+
phase?: CeremonyPhase;
|
|
216
|
+
};
|
|
217
|
+
directions?: {
|
|
218
|
+
auto_classify_commits?: boolean;
|
|
219
|
+
heuristics?: 'default' | string;
|
|
220
|
+
};
|
|
221
|
+
governance?: GovernanceConfig;
|
|
222
|
+
}
|
|
223
|
+
export interface KinshipHubInfo {
|
|
224
|
+
path: string;
|
|
225
|
+
identity: string;
|
|
226
|
+
lineage: string;
|
|
227
|
+
humanAccountabilities: string[];
|
|
228
|
+
moreThanHumanAccountabilities: string[];
|
|
229
|
+
boundaries: string[];
|
|
230
|
+
}
|
|
231
|
+
export interface KinshipRelation {
|
|
232
|
+
from: string;
|
|
233
|
+
to: string;
|
|
234
|
+
type: string;
|
|
235
|
+
}
|
|
236
|
+
export interface ReciprocityFlow {
|
|
237
|
+
from: string;
|
|
238
|
+
to: string;
|
|
239
|
+
type: string;
|
|
240
|
+
count: number;
|
|
241
|
+
}
|
|
242
|
+
export interface ReciprocityBalance {
|
|
243
|
+
entity: string;
|
|
244
|
+
giving: number;
|
|
245
|
+
receiving: number;
|
|
246
|
+
}
|
|
247
|
+
export interface CeremonyLineageEntry {
|
|
248
|
+
ceremonyId: string;
|
|
249
|
+
ceremonyName: string;
|
|
250
|
+
sun: string;
|
|
251
|
+
cycle: string;
|
|
252
|
+
phase: CeremonyPhase;
|
|
253
|
+
stewards: string[];
|
|
254
|
+
}
|
|
255
|
+
export interface DirectionDetail {
|
|
256
|
+
name: string;
|
|
257
|
+
direction: DirectionName;
|
|
258
|
+
reason: string;
|
|
259
|
+
}
|
|
260
|
+
export interface DirectionDistribution {
|
|
261
|
+
east: number;
|
|
262
|
+
south: number;
|
|
263
|
+
west: number;
|
|
264
|
+
north: number;
|
|
265
|
+
}
|
|
266
|
+
export interface DirectionInfo {
|
|
267
|
+
name: DirectionName;
|
|
268
|
+
emoji: string;
|
|
269
|
+
focus: string;
|
|
270
|
+
guidance: string;
|
|
271
|
+
}
|
|
272
|
+
export interface MedicineWheelView {
|
|
273
|
+
suns: Array<{
|
|
274
|
+
name: SunName;
|
|
275
|
+
inquiryCount: number;
|
|
276
|
+
}>;
|
|
277
|
+
directions: Record<DirectionName, {
|
|
278
|
+
count: number;
|
|
279
|
+
recent: string[];
|
|
280
|
+
}>;
|
|
281
|
+
reciprocity: {
|
|
282
|
+
flows: ReciprocityFlow[];
|
|
283
|
+
balance: ReciprocityBalance[];
|
|
284
|
+
};
|
|
285
|
+
kinship: {
|
|
286
|
+
hubs: KinshipHubInfo[];
|
|
287
|
+
relations: KinshipRelation[];
|
|
288
|
+
};
|
|
289
|
+
}
|
|
290
|
+
/**
|
|
291
|
+
* The relational origin dimension of knowledge.
|
|
292
|
+
* Canonical definition — re-exported by importance-unit.
|
|
293
|
+
* - `land` — place-grounded, embodied knowing
|
|
294
|
+
* - `dream` — liminal, spirit-state knowing
|
|
295
|
+
* - `code` — technical, implementation knowing
|
|
296
|
+
* - `vision` — intentional, architectural knowing
|
|
297
|
+
*/
|
|
298
|
+
export type EpistemicSource = 'land' | 'dream' | 'code' | 'vision';
|
|
299
|
+
/**
|
|
300
|
+
* Wilson's four pillars of a research paradigm.
|
|
301
|
+
* Every piece of knowledge addresses at least one pillar.
|
|
302
|
+
*/
|
|
303
|
+
export type AxiologicalPillar = 'ontology' | 'epistemology' | 'methodology' | 'axiology';
|
|
304
|
+
/**
|
|
305
|
+
* A relation grounded in place — rivers, forests, land forms.
|
|
306
|
+
* Land teaches through embodied presence and seasonal rhythms.
|
|
307
|
+
*/
|
|
308
|
+
export interface LandRelation extends Relation {
|
|
309
|
+
relationship_type: 'land-kinship' | 'land-teaching' | 'land-stewardship';
|
|
310
|
+
/** The specific place or land feature this relation connects to */
|
|
311
|
+
place?: string;
|
|
312
|
+
/** Seasonal context of the relation */
|
|
313
|
+
season?: string;
|
|
314
|
+
}
|
|
315
|
+
/**
|
|
316
|
+
* A relation with ancestors — those who came before.
|
|
317
|
+
* Ancestor relations carry intergenerational obligations.
|
|
318
|
+
*/
|
|
319
|
+
export interface AncestorRelation extends Relation {
|
|
320
|
+
relationship_type: 'ancestor-teaching' | 'ancestor-obligation' | 'ancestor-lineage';
|
|
321
|
+
/** Name or identifier of the ancestor(s) */
|
|
322
|
+
ancestor?: string;
|
|
323
|
+
/** The lineage or tradition this relation belongs to */
|
|
324
|
+
lineage?: string;
|
|
325
|
+
}
|
|
326
|
+
/**
|
|
327
|
+
* A relation with future generations — those yet to come.
|
|
328
|
+
* Future relations carry forward-looking responsibility.
|
|
329
|
+
*/
|
|
330
|
+
export interface FutureRelation extends Relation {
|
|
331
|
+
relationship_type: 'future-obligation' | 'future-gift' | 'future-teaching';
|
|
332
|
+
/** Number of generations this relation looks forward */
|
|
333
|
+
generationsForward?: number;
|
|
334
|
+
}
|
|
335
|
+
/**
|
|
336
|
+
* A relation with cosmic or spirit entities.
|
|
337
|
+
* Cosmic relations honor the more-than-human world.
|
|
338
|
+
*/
|
|
339
|
+
export interface CosmicRelation extends Relation {
|
|
340
|
+
relationship_type: 'cosmic-kinship' | 'spirit-teaching' | 'cosmic-reciprocity';
|
|
341
|
+
/** The cosmic or spirit entity this relation connects to */
|
|
342
|
+
entity?: string;
|
|
343
|
+
}
|
|
344
|
+
export interface MWTool {
|
|
345
|
+
name: string;
|
|
346
|
+
description: string;
|
|
347
|
+
inputSchema: unknown;
|
|
348
|
+
handler: (args: unknown) => Promise<unknown>;
|
|
349
|
+
}
|
|
350
|
+
export interface MWResource {
|
|
351
|
+
uri: string;
|
|
352
|
+
name: string;
|
|
353
|
+
description: string;
|
|
354
|
+
mimeType: string;
|
|
355
|
+
content: unknown;
|
|
356
|
+
}
|
|
357
|
+
export interface MWPrompt {
|
|
358
|
+
name: string;
|
|
359
|
+
description: string;
|
|
360
|
+
arguments?: unknown[];
|
|
361
|
+
handler: (args: unknown) => Promise<unknown>;
|
|
362
|
+
}
|
|
363
|
+
//# sourceMappingURL=types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../src/types.ts"],"names":[],"mappings":"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"}
|
package/dist/types.js
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* @medicine-wheel/ontology-core — Type Definitions
|
|
4
|
+
*
|
|
5
|
+
* Unified TypeScript types for the Medicine Wheel data model.
|
|
6
|
+
* Single source of truth consumed by both mcp-medicine-wheel (server)
|
|
7
|
+
* and mcp-medicine-wheel-ui (client).
|
|
8
|
+
*
|
|
9
|
+
* Grounded in Indigenous relational ontology: relationships are
|
|
10
|
+
* first-class entities, not just labeled edges.
|
|
11
|
+
*/
|
|
12
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
13
|
+
//# sourceMappingURL=types.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.js","sourceRoot":"","sources":["../src/types.ts"],"names":[],"mappings":";AAAA;;;;;;;;;GASG"}
|