{ "$schema": "./vocabulary.schema.json", "version": "0.1.0", "name": "@gratiaos/gratia/vocabulary", "description": "Gratia ISA — Instruction Set Architecture for human state processing. Pure intent, no runtime.", "moods": ["contracted", "open", "flow", "heavy", "calm", "clarity", "gratitude", "joy", "confused", "frustrated"], "verbs": [ { "id": "breathe", "symbol": "🫁", "category": "interior", "name": "Breathe (ES: Respira, RO: Respiră)", "description": "Return to the body through conscious breathing. Reduces cognitive load and brings attention back to the present.", "effects": [ { "type": "state_change", "target": "mood", "from": ["contracted", "anxious", "frustrated"], "to": "open" }, { "type": "state_change", "target": "cognitive_load", "direction": "reduce" }, { "type": "signal_emitted", "target": "energy", "mark": "calm" } ], "next_verb_suggestions": ["orient", "cartography"], "contraindications": ["flow"] }, { "id": "orient", "symbol": "🧭", "category": "interior", "name": "Orient (ES: Oriéntate, RO: Încotro)", "description": "Spatial and temporal repositioning. Answers: where am I? when am I? what cycle am I in?", "effects": [ { "type": "state_change", "target": "mood", "from": ["confused"], "to": "clarity" }, { "type": "signal_emitted", "target": "energy", "mark": "clarity" }, { "type": "state_change", "target": "band", "from": ["heavy"], "to": "open" } ], "next_verb_suggestions": ["cartography"], "contraindications": [] }, { "id": "jump", "symbol": "🐸", "category": "interior", "name": "Jump (ES: Salta, RO: Sari)", "description": "Shift the frame of reference. Look at the situation from a completely new perspective.", "effects": [ { "type": "state_change", "target": "mood", "from": ["contracted", "heavy"], "to": "flow" }, { "type": "signal_emitted", "target": "energy", "mark": "focus" }, { "type": "state_change", "target": "perspective", "direction": "shifted" } ], "next_verb_suggestions": ["cartography", "bridge"], "contraindications": ["calm"] } ] }