feat: add explain_terms_and_conditions and suggest_openclaw_pattern fabric patterns

## CHANGES

- Add `explain_terms_and_conditions` pattern for legal agreement analysis
- Rename `suggest_moltbot_command` to `suggest_openclaw_pattern` with updated branding
- Register both new patterns in pattern descriptions and extracts JSON
- Update `suggest_pattern` category indexes with new pattern entries
- Add pattern summaries to `suggest_pattern/user.md` documentation
- Renumber all pattern explanations to accommodate new entries
- Remove deprecated `suggest_moltbot_command` pattern entirely
This commit is contained in:
Kayvan Sylvan
2026-02-09 12:44:52 -08:00
parent 7a7dc38c7b
commit 82cc0b74ed
7 changed files with 560 additions and 518 deletions

View File

@@ -2001,6 +2001,22 @@
"DEVELOPMENT",
"ANALYSIS"
]
},
{
"patternName": "explain_terms_and_conditions",
"description": "Analyze legal agreements translating complex legalese into plain English with red flags.",
"tags": [
"ANALYSIS",
"SELF"
]
},
{
"patternName": "suggest_openclaw_pattern",
"description": "Suggest optimal Openclaw CLI commands based on user intent and task description.",
"tags": [
"DEVELOPMENT",
"ANALYSIS"
]
}
]
}