This commit is contained in:
Christian Gunderman
2026-02-03 00:01:33 -08:00
parent 3dce0fe6e5
commit 411520a328
4 changed files with 28 additions and 14 deletions
+1 -2
View File
@@ -369,8 +369,7 @@ export class TestRig {
try {
const service = new AcknowledgedAgentsService();
for (const [name, content] of Object.entries(agents)) {
const hash = AcknowledgedAgentsService.computeHash(content);
await service.acknowledge(projectRoot, name, hash);
await service.acknowledge(projectRoot, name, content);
}
} finally {
if (originalHome) {