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 3086426 commit 172aeb9Copy full SHA for 172aeb9
1 file changed
wiki/Verifiers.md
@@ -0,0 +1,21 @@
1
+# Verifiers
2
+
3
+Canonical verifier docs are in docs/verifiers.
4
5
+## Gate flow
6
7
+```mermaid
8
+flowchart TD
9
+ Change[Change] --> Build[Build]
10
+ Build --> Test[Test]
11
+ Test --> Docs[Docs]
12
+ Docs --> Risk[Risk review]
13
+ Risk --> Pass{Pass?}
14
+ Pass -- No --> Loop[Loop back]
15
+ Pass -- Yes --> Done[Done]
16
+```
17
18
+## Pages
19
20
+- docs/verifiers/README.md
21
+- docs/methodology/definition-of-done.md
0 commit comments