fix(plugins): repair CP1252 bytes in the decision skill

Two em dashes were stored as the raw CP1252 byte 0x97 rather than UTF-8, so
the file is not valid UTF-8. Strict UTF-8 readers fail on it, and lenient ones
render the frontmatter description as "Semantica <?> record".

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
gyro
2026-09-10 16:19:54 +08:00
co-authored by Claude Opus 5
parent b4a0bc4063
commit e883facedb
+2 -2
View File
@@ -1,6 +1,6 @@
---
name: decision
description: Full decision lifecycle in Semantica — record, query, find precedents (hybrid/advanced), analyze influence, explain, insights dashboard, list, and record exceptions. Uses AgentContext, ContextGraph, DecisionQuery, CausalChainAnalyzer, DecisionRecorder.
description: Full decision lifecycle in Semantica — record, query, find precedents (hybrid/advanced), analyze influence, explain, insights dashboard, list, and record exceptions. Uses AgentContext, ContextGraph, DecisionQuery, CausalChainAnalyzer, DecisionRecorder.
---
# /semantica:decision
@@ -114,7 +114,7 @@ Output: Influence score + influenced decisions table + predicted new relationshi
## `explain <decision_id>`
Full explainability trace — reasoning steps, causal antecedents, policy compliance.
Full explainability trace — reasoning steps, causal antecedents, policy compliance.
```python
from semantica.context import AgentContext, ContextGraph