Bare Squid Works!

This commit is contained in:
Raven Scott
2026-07-30 23:18:12 -04:00
parent fd537ed47e
commit 501d1e5cfd
28 changed files with 6615 additions and 45 deletions
+25
View File
@@ -0,0 +1,25 @@
{
"name": "flying-jib",
"type": "terminal",
"pre": false,
"stage": {
"ignore": [
".git",
".github",
".gitignore",
"node_modules",
"out",
"test",
"living_docs",
"developer_docs",
"user_docs",
"agent",
"*.md"
]
},
"multisig": {
"namespace": "flying-jib/flying-jib",
"quorum": 2,
"publicKeys": ["<PUBKEY_HERE>", "<PUBKEY_HERE>", "<PUBKEY_HERE>"]
}
}