pub struct Harness {
pub instruction: ScaffoldFile,
pub skills: &'static [ScaffoldFile],
pub mcp: McpStrategy,
}Expand description
Describes a complete coding-harness integration.
Fields§
§instruction: ScaffoldFileThe single top-level instruction file (CLAUDE.md, AGENTS.md,
.github/copilot-instructions.md).
skills: &'static [ScaffoldFile]Skill, reference, and planner-agent files (may be empty, e.g. Codex).
mcp: McpStrategyHow to register the MCP server.
Auto Trait Implementations§
impl Freeze for Harness
impl RefUnwindSafe for Harness
impl Send for Harness
impl Sync for Harness
impl Unpin for Harness
impl UnsafeUnpin for Harness
impl UnwindSafe for Harness
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more