Expand description
The skill front: compiles a skill-run request into an execution (cli-tool,
agent, or graph runner) and seals it through the shared act engine. This is
one of the source-type “fronts” from plans/governed-execution-layer.md;
the act engine (execution::runner) owns admit -> execute -> seal.
Structs§
- Inline
Harness Report - Aggregate result of running a skill’s declared inline harness (the
harness.casesin its runner manifest). Mirrors the publish-harness summary the registry publish flow records: a status, counts, the per-case assertion failures, the case names, the receipts each case sealed, and how many cases exercised a graph (the stable-maturity graph-integration signal).