mirror of
https://github.com/danielmiessler/Fabric.git
synced 2026-04-24 03:00:15 -04:00
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:
@@ -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"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user