-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcatalog.json
More file actions
103 lines (103 loc) · 2.99 KB
/
Copy pathcatalog.json
File metadata and controls
103 lines (103 loc) · 2.99 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
"schema": 1,
"rules": [
{
"classification": "catalog",
"authority": "current",
"paths": [
"docs/README.md",
"docs/catalog.json",
"docs/reference/README.md",
"docs/design/README.md",
"docs/adr/README.md"
]
},
{
"classification": "contract",
"authority": "current",
"paths": [
"docs/reference/architecture.md",
"docs/design/system.md",
"docs/reference/memory.md",
"docs/reference/plugin-protocol.md",
"docs/reference/plugin-standard.md",
"docs/reference/plugins.md",
"docs/reference/scenes.md"
]
},
{
"classification": "historical-template",
"authority": "historical-schema-3",
"paths": [
"docs/sdlc/templates/intent.md",
"docs/sdlc/templates/spec.md",
"docs/sdlc/templates/plan.md",
"docs/sdlc/templates/verification.md"
]
},
{
"classification": "compatibility-pointer",
"authority": "non-normative",
"paths": [
"docs/sdlc/development-workflow.md",
"docs/sdlc/references/artifact-contracts.md",
"docs/sdlc/workflow.md"
]
},
{
"classification": "architecture-decision",
"authority": "accepted",
"pattern": "^docs/adr/[0-9]{4}-[a-z0-9-]+\\.md$"
},
{
"classification": "active-design",
"authority": "accepted-pending",
"paths": [
"docs/design/scenes-v2.md",
"docs/design/scenes-v2-implementation-plan.md",
"docs/design/taskboard-concept.png",
"docs/design/taskboard-editor-concept.png",
"docs/design/desktop-development-profiles.md"
]
},
{
"classification": "published-documentation-asset",
"authority": "current-reference",
"paths": [
"docs/screenshots/README.md",
"docs/screenshots/app-main.png",
"docs/screenshots/slash-menu.png"
]
},
{
"classification": "incident-record-flat",
"authority": "historical-state",
"pattern": "^docs/sdlc/incidents/[0-9]{4}-[0-9]{2}-[0-9]{2}-[a-z0-9]+(?:-[a-z0-9]+)*\\.md$"
},
{
"classification": "eval-record",
"authority": "historical-state",
"pattern": "^docs/sdlc/evals/[a-z0-9-]+\\.md$"
},
{
"classification": "change-record",
"authority": "historical-state",
"pattern": "^docs/sdlc/changes/[0-9]{4}-[0-9]{2}-[0-9]{2}-[a-z0-9]+(?:-[a-z0-9]+)*/(intent|change)\\.md$"
},
{
"classification": "change-stage",
"authority": "historical-state",
"pattern": "^docs/sdlc/changes/[0-9]{4}-[0-9]{2}-[0-9]{2}-[a-z0-9]+(?:-[a-z0-9]+)*/(spec|plan|verification)\\.md$"
},
{
"classification": "change-evidence",
"authority": "historical-evidence",
"pattern": "^docs/sdlc/changes/[0-9]{4}-[0-9]{2}-[0-9]{2}-[a-z0-9]+(?:-[a-z0-9]+)*/evidence/"
},
{
"classification": "archive",
"authority": "historical-non-normative",
"pattern": "^docs/archive/"
}
]
}