server: project Skills from active virtual config
This commit is contained in:
@@ -15,6 +15,10 @@ export type SkillDiagnostic = {
|
||||
export type SkillProvenance = {
|
||||
kind: "builtin" | "workspace";
|
||||
id: string;
|
||||
virtual_path?: string;
|
||||
revision?: number;
|
||||
source_digest?: string;
|
||||
tree_digest?: string;
|
||||
};
|
||||
|
||||
export type SkillCatalogEntry = {
|
||||
|
||||
Reference in New Issue
Block a user