-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathPACKAGE_MANIFEST.json
More file actions
39 lines (39 loc) · 925 Bytes
/
Copy pathPACKAGE_MANIFEST.json
File metadata and controls
39 lines (39 loc) · 925 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"schema_version": 1,
"project": "minius_codex_lab",
"package": "minius_codex_lab-workspace",
"version": "1.1.0-beta.1",
"layout": "workspace-template-overlay",
"default_source_date_epoch": 1784116800,
"release_asset": "minius_codex_lab-workspace-v1.1.0-beta.1.zip",
"payload_mappings": [
{
"source": "workspace-template",
"target": ""
},
{
"source": ".agents/skills",
"target": ".agents/skills"
},
{
"source": ".codex/agents",
"target": ".codex/agents"
},
{
"source": "tools/verifiable_document",
"target": "tools/verifiable_document"
},
{
"source": "scripts/check_repo_safety.py",
"target": "scripts/check_repo_safety.py"
},
{
"source": "scripts/validate_workspace.py",
"target": "scripts/validate_workspace.py"
},
{
"source": "LICENSE",
"target": "LICENSE"
}
]
}