-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdomain.json
More file actions
30 lines (30 loc) · 1 KB
/
Copy pathdomain.json
File metadata and controls
30 lines (30 loc) · 1 KB
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
{
"id": "cs2",
"setupSteps": [
[
"cs2-contract-read",
"Read {plugin_dir}/grimoire/intake/cs2_intake_contract.md completely"
],
[
"cs2-authoritative-classification",
"Obtain an authoritative CS2 family/subtype classification record"
],
[
"cs2-manifest",
"python3 {plugin_dir}/tools/cs2_manifest.py {reference} --classification classification.json --admission admission.json --probe probe.json --out cs2-intake.json"
],
[
"cs2-spec-augmentation",
"python3 {plugin_dir}/tools/emit_spec_augmentation.py --manifest cs2-intake.json --out spec-augmentation.json"
]
],
"setupAnchorBefore": "local-spec-search",
"passSteps": [
[
"cs2-review",
"python3 {plugin_dir}/tools/cs2_review.py --manifest cs2-intake.json --metrics cs2-review-inputs.json --scene {plugin_dir}/tests/fixtures/knife_review_scene.json --out cs2-review.json --allow-deferrals"
]
],
"passAnchorBefore": "ai-review-recorded",
"specCollection": "cs2"
}