-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrelease-docs-evidence.json
More file actions
144 lines (144 loc) · 4.13 KB
/
Copy pathrelease-docs-evidence.json
File metadata and controls
144 lines (144 loc) · 4.13 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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
{
"ok": true,
"created_at": "2026-06-25T08:58:01+00:00",
"repo_root": "/Users/teee/dev/teaagent",
"git": {
"branch": "main",
"commit": "442f5f338b4354ef6e55d97afcd0e391ed26b877",
"dirty": false
},
"commands": [
{
"cmd": "/Users/teee/dev/teaagent/.venv/bin/python scripts/validate_docs_consistency.py",
"exit_code": 0,
"stdout": "Risk register evidence coverage: 24/29 rows verified (82%)\nTicket index evidence coverage: 21/21 rows verified (100%)\nDocs consistency check passed.\n",
"stderr": ""
},
{
"cmd": "/Users/teee/dev/teaagent/.venv/bin/python scripts/report_docs_aging.py --check",
"exit_code": 0,
"stdout": "Docs aging dashboard check passed.\n",
"stderr": ""
}
],
"docs_freshness": {
"scanned": 17,
"needs_attention": 10,
"by_owner": {
"project": 1,
"docs": 1,
"daily-driver": 1,
"cli": 1,
"verification": 1,
"release": 1,
"strategy": 1,
"governance": 2,
"architecture": 1
},
"stale_threshold_days": 90
},
"roadmap_excerpt": {
"horizons": [
{
"id": "H0",
"name": "Claim and risk hygiene",
"status": "Complete",
"confidence": "High",
"next_gate": "H1"
},
{
"id": "H1",
"name": "Daily operator loop",
"status": "Complete",
"confidence": "High",
"next_gate": "H2"
},
{
"id": "H2",
"name": "Multi-surface continuity",
"status": "Partially fixed — M2 foundation wired",
"confidence": "Medium",
"next_gate": "WDA-002"
},
{
"id": "H3",
"name": "Ecosystem trust",
"status": "Partially fixed — M3 tests pass",
"confidence": "Medium",
"next_gate": "WDC-002"
},
{
"id": "H4",
"name": "Durable owner/agent operations",
"status": "Partially fixed — shadow wired",
"confidence": "Low",
"next_gate": "WDA-004"
},
{
"id": "H5",
"name": "Quality and eval loop",
"status": "Partially fixed — release gate wired",
"confidence": "Low",
"next_gate": "WDA-005"
}
],
"milestones": [
{
"id": "M0",
"target": "1-2 weeks",
"status": "High",
"next_gate": "All 3 checks pass: `validate_docs_consistency.py`, `refresh_competitive_docs.py --check`, `teaagent tool lint --root .`"
},
{
"id": "M1",
"target": "2-6 weeks",
"status": "High",
"next_gate": "CLI/TUI cockpit parity acceptance, run evidence summary acceptance, guided recovery acceptance"
},
{
"id": "M2",
"target": "4-10 weeks",
"status": "High",
"next_gate": "Long-session context guard acceptance, scope budget acceptance, plan revision acceptance"
},
{
"id": "M3",
"target": "8-14 weeks",
"status": "High",
"next_gate": "Extension activation explain acceptance, MCP trust onboarding acceptance, subagent review/merge acceptance"
}
]
},
"open_risks": [],
"okf_catalogs": [
{
"bundle": "teaagent-current",
"okf_version": "0.1",
"catalog_version": 1,
"concept_count": 15,
"manifest_digest": "6bc5a83b500a89369ca0e85d6420d20b4fdcd9dd262c6ad8adf55197d76addb8",
"manifest_path": "docs/okf-catalog.yaml"
},
{
"bundle": "teaagent-reference",
"okf_version": "0.1",
"catalog_version": 1,
"concept_count": 27,
"manifest_digest": "27a4e67dbe6acd139214dd18964bb6862618bef3a4d15c52be5d347344ca1f52",
"manifest_path": "docs/okf-catalog-reference.yaml"
},
{
"bundle": "teaagent-history",
"okf_version": "0.1",
"catalog_version": 1,
"concept_count": 15,
"manifest_digest": "45f2bab76514e3f8bfeacbdd0013f7f98f79916b50ab9b0e75ade403037526e3",
"manifest_path": "docs/okf-catalog-history.yaml"
}
],
"regenerate_commands": [
"python3 scripts/build_release_docs_evidence_bundle.py",
"python3 scripts/validate_docs_consistency.py",
"python3 scripts/report_docs_aging.py"
]
}