File size: 3,732 Bytes
80d8c84
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
# Kian (Person A) Task List

Source of truth: `ReplicaLab_Comprehensive_Task_Division.md`

---

## Current status

- `FND 04`, `FND 08`, and `FND 09` are complete
- `MOD 01`, `MOD 02`, `MOD 03`, `MOD 04`, `MOD 05`, `MOD 11`, and `MOD 12` are complete
- Shared `AGT 05` is now complete through Ayush's implementation of the deterministic feasibility checker
- `SCN 01` to `SCN 10` are now complete in the repo
- The normalized scenario pack, seeded generation, difficulty scaling, and three initial domain families are already present
- `ENV 01` to `ENV 08` are now complete, so the full environment lifecycle (reset, step, validate, Lab Manager response, termination, judge scoring, state snapshot, close) works end-to-end
- `JDG 01` to `JDG 06` are now complete, so the deterministic reward pipeline and plain-English explanation layer are fully wired
- `TST 01` to `TST 05` are now complete, with 36 env tests and 40 reward tests passing
- `MOD 06`, `JDG 06`, `JDG 08`, `SCN 13`, `AGT 09`, and `JDG 11` are now complete
- `JDG 06` now also unblocks Ayush's `AGT 10`
- `ENV 11`, `ENV 10`, and `OBS 04` are now complete
- `MOD 08` is now fully unblocked after `MOD 07` was completed

---

## Immediate next tasks

- [ ] **MOD 08** | Add schema and validator unit-test expansion | 0.75h | Depends: all prerequisites complete

---

## Foundation and scenario tasks already landed

- [x] **FND 04** | Completed by Person B (Ayush)
- [x] **FND 08** | Completed with shared sign-off
- [x] **FND 09** | Completed by Person B (Ayush)
- [x] **MOD 01** | Completed by Person B (Ayush)
- [x] **MOD 02** | Completed by Person B (Ayush)
- [x] **MOD 03** | Completed by Person B (Ayush)
- [x] **MOD 04** | Completed by Person B (Ayush)
- [x] **MOD 05** | Completed by Person B (Ayush)
- [x] **MOD 06** | Completed by Person B (Ayush)
- [x] **MOD 11** | Completed by Person B (Ayush)
- [x] **MOD 12** | Completed by Person B (Ayush)
- [x] **AGT 05** | Completed by Person B (Ayush)
- [x] **SCN 01** | Completed by Person B (Ayush)
- [x] **SCN 02** | Completed by Person B (Ayush)
- [x] **SCN 03** | Completed by Person B (Ayush)
- [x] **SCN 04** | Completed by Person B (Ayush)
- [x] **SCN 05** | Completed by Person B (Ayush)
- [x] **SCN 06** | Completed by Person B (Ayush)
- [x] **SCN 07** | Completed by Person B (Ayush)
- [x] **SCN 08** | Completed by Person B (Ayush)
- [x] **SCN 09** | Completed by Person B (Ayush)
- [x] **SCN 10** | Completed by Person B (Ayush)
- [x] **SCN 13** | Completed by Person B (Ayush)
- [x] **ENV 01** | Completed by Person B (Ayush)
- [x] **ENV 02** | Completed by Person B (Ayush)
- [x] **ENV 03** | Completed by Person B (Ayush)
- [x] **ENV 04** | Completed by Person B (Ayush)
- [x] **ENV 05** | Completed by Person B (Ayush)
- [x] **ENV 06** | Completed by Person B (Ayush)
- [x] **ENV 07** | Completed by Person B (Ayush)
- [x] **ENV 08** | Completed by Person B (Ayush)
- [x] **ENV 10** | Completed by Person B (Ayush)
- [x] **ENV 11** | Completed by Person B (Ayush)
- [x] **OBS 04** | Completed by Person B (Ayush)
- [x] **JDG 01** | Completed by Person B (Ayush)
- [x] **JDG 02** | Completed by Person B (Ayush)
- [x] **JDG 03** | Completed by Person B (Ayush)
- [x] **JDG 04** | Completed by Person B (Ayush)
- [x] **JDG 05** | Completed by Person B (Ayush)
- [x] **JDG 06** | Completed by Person B (Ayush)
- [x] **JDG 08** | Completed by Person B (Ayush)
- [x] **JDG 11** | Completed by Person B (Ayush)
- [x] **AGT 09** | Completed by Person B (Ayush)
- [x] **TST 01** | Completed by Person B (Ayush)
- [x] **TST 02** | Completed by Person B (Ayush)
- [x] **TST 03** | Completed by Person B (Ayush)
- [x] **TST 04** | Completed by Person B (Ayush)
- [x] **TST 05** | Completed by Person B (Ayush)