Add AgentOS daemon control plane and maintenance tooling
This commit is contained in:
22
scripts/subtrees.json
Normal file
22
scripts/subtrees.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"subtrees": [
|
||||
{
|
||||
"name": "effect",
|
||||
"prefix": "repos/effect",
|
||||
"upstream": "https://github.com/Effect-TS/effect.git",
|
||||
"ref": "main",
|
||||
"squash": true,
|
||||
"role": "Current Effect v4 source of truth",
|
||||
"refreshPolicy": "allowed"
|
||||
},
|
||||
{
|
||||
"name": "effect-smol",
|
||||
"prefix": "repos/effect-smol",
|
||||
"upstream": "https://github.com/Effect-TS/effect-smol.git",
|
||||
"ref": "main",
|
||||
"squash": true,
|
||||
"role": "Archived historical Effect v4 reference",
|
||||
"refreshPolicy": "pinned"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user