Function: removeProjectSource()
removeProjectSource(
options):Promise<DeletedSourceReceipt>
Removes a consumer project's conventional source inputs and verifies their absence before minting deleted-source evidence.
The default set is src plus every root agent-bundle.config.* entry;
callers may add project-relative paths for non-conventional inputs. A
project with nothing to remove is refused, because absence observed without
a deletion is not evidence that the artifact survived source removal.
Parameters
options
extraPaths?
readonly string[]
projectRoot
string
Returns
Promise<DeletedSourceReceipt>