first commit

This commit is contained in:
2026-09-11 13:37:34 -04:00
commit 0f00e11823
27 changed files with 802 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
export const SKILLS = [
['chat', 'Local QVAC completion through the agent harness', 'read'],
['plan', 'Multi-step planning through the extracted harness loop', 'read'],
['embed', 'QVAC embeddings for local memory and retrieval', 'read'],
['remember', 'QVAC RAG workspace ingestion and search', 'write'],
['look-at-this', 'Local screenshot and QVAC multimodal analysis', 'read'],
['dictate', 'Transcribe and inject text into the focused client', 'write'],
['translate', 'Local QVAC/Bergamot translation', 'read'],
['imagine', 'Local QVAC diffusion image generation', 'write'],
['make-video', 'Local QVAC video generation job', 'write'],
['compose', 'Local QVAC AudioGen music job', 'write'],
['speak', 'Local QVAC text-to-speech playback', 'read'],
['assess-model-fit', 'Preflight model memory fit before download', 'read'],
['cu.observe', 'Wayland-first desktop observation bundle', 'computer-use'],
['cu.act', 'AT-SPI semantic desktop action', 'computer-use'],
['cu.click', 'Portal/libei or opted-in fallback click', 'computer-use'],
['cu.type', 'Portal/libei or opted-in fallback Unicode typing', 'computer-use'],
['cu.grant', 'Explicit computer-use grant', 'computer-use'],
['cu.revoke', 'Immediate computer-use revoke', 'dangerous'],
];