-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphases.json
More file actions
126 lines (126 loc) · 5.27 KB
/
phases.json
File metadata and controls
126 lines (126 loc) · 5.27 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
{
"task_id": "task-gitranker-core-loop-unit-tests",
"generated_at": "2026-04-16T05:48:14+00:00",
"phases": [
{
"id": "phase-1",
"title": "existing-tests-and-domain-core",
"goal": "Harden existing unit tests and add detailed value/domain/orchestrator coverage for the core feedback loop without expanding beyond narrow unit tests.",
"inputs": [
"workflows/tasks/task-gitranker-core-loop-unit-tests/spec.md",
"git-ranker/AGENTS.md",
"git-ranker/src/main/java/com/gitranker/api/domain/",
"git-ranker/src/test/java/"
],
"allowed_write_paths": [
"git-ranker/src/test/java/"
],
"acceptance": {
"commands": [
"cd git-ranker && ./gradlew test --tests 'com.gitranker.api.domain.auth.service.*' --tests 'com.gitranker.api.domain.badge.*' --tests 'com.gitranker.api.domain.log.*' --tests 'com.gitranker.api.domain.ranking.*' --tests 'com.gitranker.api.domain.user.*' --tests 'com.gitranker.api.global.util.*'"
]
},
"test_policy": {
"mode": "require_tests",
"evidence": []
},
"order": 1,
"status": "completed",
"retry_count": 1,
"required_reads": [
"workflows/tasks/task-gitranker-core-loop-unit-tests/spec.md",
"git-ranker/AGENTS.md",
"git-ranker/src/main/java/com/gitranker/api/domain/",
"git-ranker/src/test/java/"
],
"starting_points": [
"Read the locked spec for task-gitranker-core-loop-unit-tests.",
"Inspect the active phase goal: Harden existing unit tests and add detailed value/domain/orchestrator coverage for the core feedback loop without expanding beyond narrow unit tests.",
"Confirm allowed write paths and acceptance commands before editing."
],
"deliverables": [
"Harden existing unit tests and add detailed value/domain/orchestrator coverage for the core feedback loop without expanding beyond narrow unit tests."
],
"completion_signal": "phase-1 acceptance commands pass"
},
{
"id": "phase-2",
"title": "batch-feedback-loop-tests",
"goal": "Add fine-grained batch feedback and verification loop unit tests covering boundary cases, skip/retry/error translation, and side effects.",
"inputs": [
"workflows/tasks/task-gitranker-core-loop-unit-tests/spec.md",
"git-ranker/src/main/java/com/gitranker/api/batch/",
"git-ranker/src/test/java/"
],
"allowed_write_paths": [
"git-ranker/src/test/java/"
],
"acceptance": {
"commands": [
"cd git-ranker && ./gradlew test --tests 'com.gitranker.api.batch.*'"
]
},
"test_policy": {
"mode": "require_tests",
"evidence": []
},
"order": 2,
"status": "completed",
"retry_count": 1,
"required_reads": [
"workflows/tasks/task-gitranker-core-loop-unit-tests/spec.md",
"git-ranker/src/main/java/com/gitranker/api/batch/",
"git-ranker/src/test/java/"
],
"starting_points": [
"Read the locked spec for task-gitranker-core-loop-unit-tests.",
"Inspect the active phase goal: Add fine-grained batch feedback and verification loop unit tests covering boundary cases, skip/retry/error translation, and side effects.",
"Confirm allowed write paths and acceptance commands before editing."
],
"deliverables": [
"Add fine-grained batch feedback and verification loop unit tests covering boundary cases, skip/retry/error translation, and side effects."
],
"completion_signal": "phase-2 acceptance commands pass"
},
{
"id": "phase-3",
"title": "github-infra-and-full-suite",
"goal": "Add exhaustive GitHub collection and error translation unit tests, then confirm the full git-ranker unit-test baseline stays green.",
"inputs": [
"workflows/tasks/task-gitranker-core-loop-unit-tests/spec.md",
"git-ranker/src/main/java/com/gitranker/api/infrastructure/github/",
"git-ranker/src/test/java/"
],
"allowed_write_paths": [
"git-ranker/src/test/java/"
],
"acceptance": {
"commands": [
"cd git-ranker && ./gradlew test --tests 'com.gitranker.api.infrastructure.github.*'",
"cd git-ranker && ./gradlew test"
]
},
"test_policy": {
"mode": "require_tests",
"evidence": []
},
"order": 3,
"status": "completed",
"retry_count": 2,
"required_reads": [
"workflows/tasks/task-gitranker-core-loop-unit-tests/spec.md",
"git-ranker/src/main/java/com/gitranker/api/infrastructure/github/",
"git-ranker/src/test/java/"
],
"starting_points": [
"Read the locked spec for task-gitranker-core-loop-unit-tests.",
"Inspect the active phase goal: Add exhaustive GitHub collection and error translation unit tests, then confirm the full git-ranker unit-test baseline stays green.",
"Confirm allowed write paths and acceptance commands before editing."
],
"deliverables": [
"Add exhaustive GitHub collection and error translation unit tests, then confirm the full git-ranker unit-test baseline stays green."
],
"completion_signal": "phase-3 acceptance commands pass"
}
]
}