MCPcopy Create free account
hub / github.com/Wirasm/kild / Project

Interface Project

engine/src/kild/projects.ts:7–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5
6/** A project is a directory an agent works in — mirror of kild-core::project. */
7export interface Project {
8 name: string;
9 path: string;
10}
11
12function projectsFile(): string {
13 return path.join(kildHome(), 'projects.json');

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected