-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaift.repo.json
More file actions
23 lines (23 loc) · 876 Bytes
/
Copy pathaift.repo.json
File metadata and controls
23 lines (23 loc) · 876 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"schema": "https://aifreedomtrust.org/schemas/aift.repo.schema.json",
"name": "capital-city-provisions",
"layer": "applied-business",
"role": "applied federation business model and real-world provisions system",
"workspacePath": "/data/data/com.termux/files/home/AIFT/capital-city-provisions",
"federation": {
"workspace": "AIFT",
"controlPlane": "/data/data/com.termux/files/home/AIFT/aift-os.sh",
"manifest": "/data/data/com.termux/files/home/AIFT/manifests/workspace.json"
},
"commands": {
"status": "git status --short",
"pull": "git pull --ff-only",
"verify": "npm run lint --if-present && npm run typecheck --if-present && npm run test --if-present && npm run build --if-present"
},
"standards": {
"localFirst": true,
"inspectable": true,
"sovereignByDefault": true,
"aiBehindProviderInterfaces": true
}
}