Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:40:48 +08:00
commit 8a92c892f5
4 changed files with 349 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "hypo-plugin",
"description": "A plugin to find bugs in a codebase using property-based testing",
"version": "1.0.0",
"author": {
"name": "Muhammad Maaz"
},
"commands": [
"./commands"
]
}