tools and skills, etc in the containers

This commit is contained in:
2026-02-24 01:24:28 +00:00
parent 071e2decc3
commit d6ffe43a11
16 changed files with 996 additions and 66 deletions
@@ -14,7 +14,7 @@ type CapabilitySummary = {
dirName: string;
name: string;
description: string;
scope: 'global' | 'user';
scope: 'native' | 'global' | 'user';
};
export type CapabilityDetail = CapabilitySummary & {