-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrmk.json
More file actions
48 lines (48 loc) · 998 Bytes
/
Copy pathrmk.json
File metadata and controls
48 lines (48 loc) · 998 Bytes
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
{
"schema_version": 1,
"profile": "tool-project",
"router": "AGENTS.md",
"current_state": {
"path": "memory/CURRENT_STATE.md",
"stale_after_days": 7
},
"required_files": [
"AGENTS.md",
"memory/README.md",
"memory/CURRENT_STATE.md",
"memory/DECISIONS.md",
"memory/WORKFLOW.md",
"memory/SESSION_LOG.md"
],
"append_only_files": [
"memory/DECISIONS.md",
"memory/SESSION_LOG.md"
],
"router_targets": [
"memory/CURRENT_STATE.md",
"memory/README.md",
"memory/WORKFLOW.md"
],
"gates": [
{
"file": "memory/WORKFLOW.md",
"heading": "Gate 1: Design"
},
{
"file": "memory/WORKFLOW.md",
"heading": "Gate 2: Implementation"
},
{
"file": "memory/WORKFLOW.md",
"heading": "Gate 3: Adoption"
},
{
"file": "memory/WORKFLOW.md",
"heading": "Gate 4: Release"
},
{
"file": "memory/WORKFLOW.md",
"heading": "Gate 5: Reader-facing demo"
}
]
}