{ "version": "0.1.0", "name": "@gratiaos/gratia/patterns", "patterns": [ { "id": "clarity", "symbol": "✨", "name": "Clarity (ES: Claridad, RO: Limpezire)", "description": "Transform raw input (emotions, facts, chaos) into structured /collaboration format. Combination: breathe β†’ orient β†’ cartography.", "verbs": [ "breathe", "orient", "cartography" ], "trigger": "/clarity", "input_format": "raw_text", "output_format": "structured_collaboration_note", "effects": [ { "type": "state_change", "target": "mood", "from": [ "contracted", "confused", "frustrated" ], "to": "clarity" }, { "type": "file_written", "target": "~/workspace/collaboration", "format": "markdown" }, { "type": "signal_emitted", "target": "energy", "mark": "clarity" } ], "example": { "input": "Had a heated discussion with counterpart_A about pricing. They say the increase is not ok, but I need to cover costs and actually the root problem is bigger than just price.", "output": { "format": "/collaboration", "actor": "usr_8f9a2b", "counterpart": "usr_2c4d9e", "topic": "pricing", "emotions": [ "tension", "need", "confusion" ], "facts": [ "costs need covering", "counterpart disagrees with increase", "root problem > price" ], "structure": "raw_emotions β†’ structured_analysis" } } }, { "id": "calm", "symbol": "🌊", "name": "Calm (ES: Calma, RO: Calmare)", "description": "Reduce emotional intensity. Combination: breathe β†’ breathe β†’ orient.", "verbs": [ "breathe", "breathe", "orient" ], "trigger": "/calm", "input_format": "raw_emotional_text", "output_format": "calm_state_reflection", "effects": [ { "type": "state_change", "target": "mood", "from": [ "anxious", "frustrated", "contracted" ], "to": "calm" }, { "type": "state_change", "target": "cognitive_load", "direction": "reduce" }, { "type": "signal_emitted", "target": "energy", "mark": "calm" } ] }, { "id": "vision", "symbol": "πŸ”­", "name": "Vision (ES: VisiΓ³n, RO: Viziune)", "description": "Shift perspective and create direction. Combination: jump β†’ orient β†’ cartography.", "verbs": [ "jump", "orient", "cartography" ], "trigger": "/vision", "input_format": "blocked_situation", "output_format": "strategic_direction", "effects": [ { "type": "state_change", "target": "mood", "from": [ "contracted", "heavy" ], "to": "flow" }, { "type": "state_change", "target": "perspective", "to": "shifted" }, { "type": "signal_emitted", "target": "energy", "mark": "focus" } ] } ] }