server: project Skills from active virtual config

This commit is contained in:
2026-08-14 11:55:33 +09:00
parent ad0f6c68d5
commit 6446eb1302
7 changed files with 737 additions and 688 deletions
@@ -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 = {