MCPcopy Create free account
hub / github.com/agenticsorg/edge-agents / isRepoClean

Method isRepoClean

scripts/sparc2/src/agent/agent.ts:192–194  ·  view source on GitHub ↗

* Check if the repository is clean * @returns True if the repository is clean

()

Source from the content-addressed store, hash-verified

190 * @returns True if the repository is clean
191 */
192 async isRepoClean(): Promise<boolean> {
193 return isRepoClean();
194 }
195
196 /**
197 * Plan and execute a task

Callers 1

planAndExecuteMethod · 0.95

Calls 1

isRepoCleanFunction · 0.90

Tested by

no test coverage detected