()
| 211 | function candidatesPath() { return path.join(getGepAssetsDir(), 'candidates.jsonl'); } |
| 212 | function externalCandidatesPath() { return path.join(getGepAssetsDir(), 'external_candidates.jsonl'); } |
| 213 | function failedCapsulesPath() { return path.join(getGepAssetsDir(), 'failed_capsules.json'); } |
| 214 | function pendingSignalsPath() { return path.join(getGepAssetsDir(), 'pending_signals.json'); } |
| 215 | |
| 216 | // Explicit signal injection channel. A user (or an external tool) can declare |
no test coverage detected