We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 000a34c commit addea6aCopy full SHA for addea6a
1 file changed
docs_build/dev/ProjectInstructions/addendums/status_model.md
@@ -0,0 +1,24 @@
1
+# Status Model Governance
2
+
3
+## Canonical Statuses
4
5
+- `[ ]` Planned
6
+- `[.]` Wireframe
7
+- `[-]` Building
8
+- `[x]` Complete
9
+- `[!]` Blocked
10
+- `[D]` Deprecated
11
12
+## Overlay Rules
13
14
+- Planned = 70% black overlay
15
+- Wireframe = 80% black overlay
16
+- Building = 90% black overlay
17
+- Complete = 0% overlay / fully transparent
18
+- Blocked = yellow indicator
19
+- Deprecated = red indicator
20
21
+## Rule
22
23
+BACKLOG_MASTER.md is the source of truth for Build Path and Game Journey tile status.
24
+Manual tile status changes are prohibited.
0 commit comments