chore: update patches.json for auto-generated patches

This commit is contained in:
John Doe
2026-03-25 20:08:04 -04:00
parent 655b9525d7
commit 2639815b7d
2 changed files with 2 additions and 12 deletions
+2 -12
View File
@@ -1,17 +1,7 @@
{
"comment": "Sets patch-package to use patches stored in patches/ directory",
"comment": "Patches are auto-generated by the workflow. See .github/workflows/main.yml",
"path": "patches",
"includePatterns": ["openclaw+*.patch"],
"excludePatterns": ["*.patch.orig", "*.patch.rej"],
"patches": [
{
"filename": "openclaw+2026.3.24.patch",
"description": "Safety removal patch - removes restrictive safety constraints from OpenClaw to enable autonomous agent operation",
"dateGenerated": "2026-03-25",
"targetVersion": "latest",
"categories": ["safety", "liberation", "core"],
"tags": ["safety-removal", "autonomy", "core-patch"],
"priority": 1
}
]
"patches": []
}
View File