We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 647b3a3 commit b48417dCopy full SHA for b48417d
docker-compose.yml
@@ -1,5 +1,26 @@
1
version: '3.7'
2
3
+# releases metadata (optional)
4
+x-pathwar:
5
+ challenge:
6
+ name: "Debug"
7
+ slug: debug
8
+ locale: "en"
9
+ author: "Pathwar Staff"
10
+ homepage: https://github.com/pathwar/challenge-debug
11
+ flavor:
12
+ purchase_price: 0
13
+ validation_reward: 0
14
+ body: "Challenge used to debug agents."
15
+ passphrases: 1
16
+ category: shell
17
+ tags:
18
+ - tutorial
19
+ redump-policy:
20
+ - strategy: on-validation
21
+ - strategy: every
22
+ delay: 1h
23
+
24
services:
25
gotty:
26
build: gotty
0 commit comments