refactor(agent): tighten harness environment and resources

This commit is contained in:
Mario Zechner
2026-05-06 19:41:17 +02:00
parent e1ca501da8
commit 617d8b317d
21 changed files with 1305 additions and 389 deletions

View File

@@ -30,6 +30,8 @@ export * from "./harness/session/repo/jsonl.js";
export * from "./harness/session/repo/memory.js";
export * from "./harness/session/repo/shared.js";
export * from "./harness/session/session.js";
export * from "./harness/skills.js";
export * from "./harness/system-prompt.js";
// Harness
export * from "./harness/types.js";
export * from "./harness/utils/shell-output.js";